Request line (GET object ACL)

Depending on whether the bucket name is included in the hostname in the S3 compatible request, a request to retrieve an object ACL has either of these formats:

With the bucket name included in the hostname:

GET /object-name?acl HTTP/1.1

With the bucket name following the hostname:

GET /bucket-name/object-name?acl HTTP/1.1

The acl query parameter is not case sensitive.

© 2015, 2020 Hitachi Vantara LLC. All rights reserved.