Builder

class Builder

Properties

Link copied to clipboard

All of the keys (up to 1,000) rolled up in a common prefix count as a single return when calculating the number of returns.

Link copied to clipboard

Metadata about each object returned.

Link copied to clipboard

Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the CommonPrefixes collection. These rolled-up keys are not returned elsewhere in the response. Each rolled-up result counts as only one return against the MaxKeys value.

Link copied to clipboard

Encoding type used by Amazon S3 to encode object keys in the response.

Link copied to clipboard

A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria.

Link copied to clipboard

Indicates where in the bucket listing begins. Marker is included in the response if it was sent with the request.

Link copied to clipboard
var maxKeys: Int?

The maximum number of keys returned in the response body.

Link copied to clipboard
var name: String?

The bucket name.

Link copied to clipboard

When the response is truncated (the IsTruncated element value in the response is true), you can use the key name in this field as the marker parameter in the subsequent request to get the next set of objects. Amazon S3 lists objects in alphabetical order.

Link copied to clipboard

Keys that begin with the indicated prefix.

Link copied to clipboard

If present, indicates that the requester was successfully charged for the request.