Get Bucket Objects Object
data class GetBucketObjectsObject(val acl: String, val cacheControl: String, val contentDisposition: String, val contentEncoding: String, val contentLength: String, val contentMd5: String, val contentType: String, val etag: String, val expires: String, val key: String, val lastModificationTime: String, val serverSideEncryption: String, val sseKmsKeyId: String, val storageClass: String)
Constructors
Link copied to clipboard
fun GetBucketObjectsObject(acl: String, cacheControl: String, contentDisposition: String, contentEncoding: String, contentLength: String, contentMd5: String, contentType: String, etag: String, expires: String, key: String, lastModificationTime: String, serverSideEncryption: String, sseKmsKeyId: String, storageClass: String)
Types
Properties
Link copied to clipboard
Caching behavior along the request/reply chain. Read RFC2616 Cache-Control for further details.
Link copied to clipboard
Presentational information for the object. Read RFC2616 Content-Disposition for further details.
Link copied to clipboard
Content encodings that have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field. Read RFC2616 Content-Encoding for further details.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Expiration date for the the request/response. Read RFC2616 Expires for further details.
Link copied to clipboard