HCP System Management Help
Here’s a sample PUT request that adds a canned ACL to the object named AcctgBestPractices.doc. The ACL grants read permission to all users.
Request with s3curl command line
./s3curl.pl --id=lgreen --put ~ -- -k
"https:// finance.europe.hcp.example.com/AcctgBestPractices.doc?acl"
-H "x-amz-acl:public-read"
Request headers
PUT /AcctgBestPractices.doc?acl HTTP/1.1
Host: finance.europe.hcp.example.com
Date: Fri, 05 Apr 2013 12:20:37 +0000
Authorization: AWS bGdyZWVu:C8KpGuK62B7j2US0kN0Bl0Wx48k=
x-amz-acl: public-read
Response headers
HTTP/1.1 200 OK
Date: Fri, 05 Apr 2013 12:20:37 GMT
Server: HCP V7.0.0.16
Content-Length: 0
Trademarks and Legal Disclaimer
© 2017 Hitachi Vantara Corporation. All rights reserved.