Skip to content
Discussion options

You must be logged in to vote

This cannot be reproduced when connected to AWS S3. You will find encoding-type=url in the GET request to list objects 1.

Requests Amazon S3 to encode the object keys in the response and specifies the encoding method to use. An object key can contain any Unicode character; however, the XML 1.0 parser cannot parse some characters, such as characters with an ASCII value from 0 to 10. For characters that are not supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the response. Valid Values: url

Sample request and response

PUT /cat%2Bmustache.gif HTTP/1.1
Content-Type: image/gif
x-amz-content-sha256: 322d70b741131243b52e1c09ac9cb1a8308c20d5e4f4c217b…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jamshid
Comment options

@jamshid
Comment options

Answer selected by dkocher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
s3 AWS S3 Protocol Implementation
2 participants
Converted from issue

This discussion was converted from issue #15264 on October 24, 2023 19:48.