Get Bucket Object Result
data class GetBucketObjectResult(val body: String, val bucket: String, val bucketKeyEnabled: Boolean, val cacheControl: String, val contentDisposition: String, val contentEncoding: String, val contentLanguage: String, val contentLength: Int, val contentType: String, val etag: String, val expiration: String, val expires: String, val id: String, val key: String, val lastModified: String, val metadata: Map<String, String>, val objectLockLegalHoldStatus: String, val objectLockMode: String, val objectLockRetainUntilDate: String, val range: String? = null, val serverSideEncryption: String, val sseKmsKeyId: String, val storageClass: String, val tags: Map<String, String>, val versionId: String, val websiteRedirectLocation: String)
A collection of values returned by getBucketObject.
Constructors
Link copied to clipboard
fun GetBucketObjectResult(body: String, bucket: String, bucketKeyEnabled: Boolean, cacheControl: String, contentDisposition: String, contentEncoding: String, contentLanguage: String, contentLength: Int, contentType: String, etag: String, expiration: String, expires: String, id: String, key: String, lastModified: String, metadata: Map<String, String>, objectLockLegalHoldStatus: String, objectLockMode: String, objectLockRetainUntilDate: String, range: String? = null, serverSideEncryption: String, sseKmsKeyId: String, storageClass: String, tags: Map<String, String>, versionId: String, websiteRedirectLocation: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
If the object expiration is configured (see object lifecycle management), the field includes this header. It includes the expiry-date and rule-id key value pairs providing object expiration information. The value of the rule-id is URL encoded.
Link copied to clipboard
Indicates whether this object has an active legal hold. This field is only returned if you have permission to view an object's legal hold status.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Storage class information of the object. Available for all objects except for Standard
storage class objects.