Builder
Properties
Directory buckets - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com
. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <i>bucket_base_name</i>--<i>az-id</i>--x-s3
(for example, <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az2</i>--x-s3
). For information about bucket naming restrictions, see Directory bucket naming rules in the Amazon S3 User Guide.
ContinuationToken
indicates to Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken
is obfuscated and is not a real key. You can use this ContinuationToken
for pagination of the list results.
Encoding type used by Amazon S3 to encode object keys in the response.
The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code 403 Forbidden
(access denied).
The owner field is not present in ListObjectsV2
by default. If you want to return the owner field with each key in the result, then set the FetchOwner
field to true
.
Specifies the optional fields that you want returned in the response. Fields that you do not specify are not returned.
Confirms that the requester knows that she or he will be charged for the list objects request in V2 style. Bucket owners need not specify this parameter in their requests.
StartAfter is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified key. StartAfter can be any key in the bucket.