ListObjectsResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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 the object keys in the response. Responses are encoded only in UTF-8. An object key can contain any Unicode character. However, the XML 1.0 parser can't parse certain characters, such as characters with an ASCII value from 0 to 10. For characters that aren't supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the response. For more information about characters to avoid in object key names, see Object key naming guidelines.

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
val maxKeys: Int?

The maximum number of keys returned in the response body.

Link copied to clipboard
val 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. For more information, see Using Requester Pays buckets for storage transfers and usage in the Amazon Simple Storage Service user guide.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String