bucketKeyEnabled
Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS). This functionality is not supported for directory buckets.
let bucketKeyEnabled: Bool?
Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS). This functionality is not supported for directory buckets.
let bucketKeyEnabled: Bool?
s9CloudCore2S3V27CreateMultipartUploadOutputV16bucketKeyEnabledSbSgvp
What are these?1M473
import CloudCore
struct CreateMultipartUploadOutput
struct S3
Service object for interacting with AWS S3 service.
@frozen struct Bool
A value type whose instances are either true
or false
.
init(abortDate: Date? = nil, abortRuleId: String? = nil, bucket: String? = nil, bucketKeyEnabled: Bool? = nil, checksumAlgorithm: ChecksumAlgorithm? = nil, key: String? = nil, requestCharged: RequestCharged? = nil, serverSideEncryption: ServerSideEncryption? = nil, sseCustomerAlgorithm: String? = nil, sseCustomerKeyMD5: String? = nil, ssekmsEncryptionContext: String? = nil, ssekmsKeyId: String? = nil, uploadId: String? = nil)
init(from decoder: Decoder) throws
@OptionalCustomCoding<HTTPHeaderDateCoder> var abortDate: Date? { get set }
If the bucket has a lifecycle rule configured with an action to abort incomplete multipart uploads and the prefix in the lifecycle rule matches the object name in the request, the response includes this header. The header indicates when the initiated multipart upload becomes eligible for an abort operation. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Configuration in the Amazon S3 User Guide. The response also includes the x-amz-abort-rule-id header that provides the ID of the lifecycle configuration rule that defines the abort action. This functionality is not supported for directory buckets.
let abortRuleId: String?
This header is returned along with the x-amz-abort-date header. It identifies the applicable lifecycle configuration rule that defines the action to abort incomplete multipart uploads. This functionality is not supported for directory buckets.
let bucket: String?
The name of the bucket to which the multipart upload was initiated. Does not return the access point ARN or access point alias if used. Access points are not supported by directory buckets.
let checksumAlgorithm: ChecksumAlgorithm?
The algorithm that was used to create a checksum of the object.
let key: String?
Object key for which the multipart upload was initiated.
let requestCharged: RequestCharged?
let serverSideEncryption: ServerSideEncryption?
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms). For directory buckets, only server-side encryption with Amazon S3 managed keys (SSE-S3) (AES256) is supported.
let sseCustomerAlgorithm: String?
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that’s used. This functionality is not supported for directory buckets.
let sseCustomerKeyMD5: String?
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key. This functionality is not supported for directory buckets.
let ssekmsEncryptionContext: String?
If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs. This functionality is not supported for directory buckets.
let ssekmsKeyId: String?
If present, indicates the ID of the Key Management Service (KMS) symmetric encryption customer managed key that was used for the object. This functionality is not supported for directory buckets.
let uploadId: String?
ID for the initiated multipart upload.