class Aws::S3::Types::ListObjectsOutput
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ListObjectsOutput AWS API Documentation
@return [String]
response.
Encoding type used by Amazon S3 to encode object keys in the
@!attribute [rw] encoding_type
@return [Array<Types::CommonPrefix>]
return when calculating the number of returns.
of the keys that roll up into a common prefix count as a single
(/) as in notes/summer/july, the common prefix is notes/summer/. All
For example, if the prefix is notes/ and the delimiter is a slash
directory specified by Prefix.
CommonPrefixes lists keys that act like subdirectories in the
and the next occurrence of the string specified by the delimiter.
CommonPrefixes contains all (if there are any) keys between Prefix
delimiter.
A response can contain CommonPrefixes only if you specify a
a single return when calculating the number of returns.
All of the keys (up to 1,000) rolled up in a common prefix count as
@!attribute [rw] common_prefixes
@return [Integer]
The maximum number of keys returned in the response body.
@!attribute [rw] max_keys
@return [String]
result counts as only one return against the ‘MaxKeys` value.
keys are not returned elsewhere in the response. Each rolled-up
result element in the `CommonPrefixes` collection. These rolled-up
first occurrence of the delimiter to be rolled up into a single
Causes keys that contain the same string between the prefix and the
@!attribute [rw] delimiter
@return [String]
Keys that begin with the indicated prefix.
@!attribute [rw] prefix
@return [String]
The bucket name.
@!attribute [rw] name
@return [Array<Types::Object>]
Metadata about each object returned.
@!attribute [rw] contents
@return [String]
subsequent request to get the next set of object keys.
value of the last Key in the response as the marker in the
does not include the NextMarker and it is truncated, you can use the
only if you have delimiter request parameter specified. If response
lists objects in alphabetical order Note: This element is returned
in the subsequent request to get next set of objects. Amazon S3
response is true), you can use the key name in this field as marker
When response is truncated (the IsTruncated element value in the
@!attribute [rw] next_marker
@return [String]
the response if it was sent with the request.
Indicates where in the bucket listing begins. Marker is included in
@!attribute [rw] marker
@return [Boolean]
that satisfied the search criteria.
A flag that indicates whether Amazon S3 returned all of the results
@!attribute [rw] is_truncated