Skip to content

Commit

Permalink
docs: Link to S3 metadata documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut authored Sep 18, 2024
1 parent 6885cfc commit eff0a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_storage-backends/aws-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The file object is not visible in the S3 bucket before the upload is finished be

### Metadata

If [metadata](https://tus.io/protocols/resumable-upload#upload-metadata) is associated with the upload during creation, it will be added to the file object once the upload is finished. Because the metadata on S3 objects must only contain ASCII characters, tusd will replace every non-ASCII character with a question mark. For example, "Menü" will become "Men?".
If [metadata](https://tus.io/protocols/resumable-upload#upload-metadata) is associated with the upload during creation, it will be added to the file object as [user-defined object metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingMetadata.html#UserMetadata) once the upload is finished. Because the metadata on S3 objects must only contain ASCII characters, tusd will replace every non-ASCII character with a question mark. For example, "Menü" will become "Men?".

In addition, the metadata is also stored in the informational object, which can be used to retrieve the original metadata without any characters being replaced.

Expand Down

0 comments on commit eff0a43

Please sign in to comment.