Skip to main content

PutObjectACL for Cloud Storage

warning

Only verified users can update bucket policy. To request KYC on your account, go to Portal Account Verifications

PutObjectAcl - Amazon Simple Storage Service

✅ Supported Headers

x-amz-acl

  • private
  • public-read

versionId

Example PutObjectACL request

PUT /mybucket/myobject?acl=null HTTP/1.1
Host: [region].telnyxstorage.com
x-amz-acl: public-read
X-Amz-Date: 20230927T175633Z
Authorization: AWS4-HMAC-SHA256 Credential=YOUR_TELNYX_API_KEY/20230927/test/execute-api/aws4_request, SignedHeaders=host;x-amz-acl;x-amz-date, Signature=71b70f25be863194c5d573fdf09ea02139af3cbcaa5e16dc53a0f30d41f7311a

On this page