Request line (GET bucket list contents v2)

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 /[?[query-parameters]] HTTP/1.1

With the bucket name following the hostname:

GET /bucket-name[?[query-parameters]] HTTP/1.1

query-parameters can be one or more of:

delimiter

max-keys

prefix

encoding-type

list-type

continuation-token

fetch-owner

start-after

For more information about these query parameters, see Limiting the bucket listing (v2).

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