Depending on whether the bucket name is included in the hostname in the S3 compatible request, a request to list the contents of a bucket of a bucket has either of these formats:
•With the bucket name included in the hostname:
GET /[?[versions][query-parameters]] HTTP/1.1
•With the bucket name following the hostname:
GET /bucket-name[?[versions][query-parameters]] HTTP/1.1
The versions query parameter is not case sensitive.
query-parameters can be none, one, or more of:
•delimiter
•key-marker (used only with versions)
•marker (used only without versions)
•max-keys
•prefix
•encoding-type
•version-id-marker (used only with versions)
For information about these query parameters other than key-marker and version-id-marker, see Limiting a listing of current items. For information about the key-marker and version-id-marker query parameters, see Limiting a version listing.
© 2015, 2020 Hitachi Vantara LLC. All rights reserved.