Pre-signed URLs and x-amz-acl
问题 I want to create a so-called "pre-signed" URL for uploading a particular object (PUT) to Amazon S3 bucket. So far so good. I am using the python library boto to create an URL, that contains all necessary stuff (expires, signature and so on). The URL looks like this: https://<bucketname>.s3.amazonaws.com/<key>?Signature=<sig>&Expires=<expires>&AWSAccessKeyId=<my key id>&x-amz-acl=public-read Note the last parameter. This, at least, as I understand, limits whoever uses this URL to uploading an