Comment on page
PutObjectAcl
Set's objects visibility. At the moment, for security and simplicity of use ColdStack supports only
private
and publlic-read
canned ACLs.PUT /{bucket}/{key}?acl HTTP/1.1
X-Amz-ACL: {CannedACL}
Parameter | Description |
bucket | Name of the bucket. |
key | Key of the object. |
CannedACL | The canned ACL setting. Should be private or public-read |
A successful response does not contain additional data and means that the object was successfully renamed.
Last modified 2yr ago