Memory uploads
Memory uploads
Presigned uploads for file memories.
File memories are created on Memories, then uploaded with a presigned POST. See Uploading files for memories for the full flow. To retrieve a file later, use Memory download links.
The upload
| Attribute | Type | Description |
|---|---|---|
awsS3PostRequest | object | Fields and URL required to POST the file to S3. |
S3 POST fields
| Attribute | Type | Description |
|---|---|---|
amzDate | string | The x-amz-date value to include in the upload. |
amzSignature | string | The x-amz-signature value to include in the upload. |
amzAlgorithm | string | The x-amz-algorithm value to include in the upload. |
amzCredential | string | The x-amz-credential value to include in the upload. |
policy | string | The policy document for the upload. |
key | string | The object key the file will be stored under. |
uploadUrl | string | The URL to POST the file to. |
sessionToken | string | The x-amz-security-token value to include in the upload. |