IS3UploadPartCopyResponse
Interface in AWS.S3
Interface for UploadPartCopy responses.
Ancestors
Properties
CopyPartResult
property CopyPartResult: IS3CopyPartResult
Type: IS3CopyPartResult
Results containing details of the part.
CopySourceVersionId
property CopySourceVersionId: string
The version of the copy source.
ServerSideEncryption
property ServerSideEncryption: string
The server-side encryption algorithm used when storing this object/part in Amazon S3.
SseAwsKmsKeyId
property SseAwsKmsKeyId: string
The ID of the AWS Key Management Service (KMS) symemetric customer managed key that was used for the object/part.
SseBucketKeyEnabled
property SseBucketKeyEnabled: TOptional<Boolean>
Indicates whether the object/part uses an S3 Bucket Key for the server-side encryption with AWS KMS (SSE-KMS).
SseCustomerAlgorithm
property SseCustomerAlgorithm: string
If server-side encryption with a customer-provided encryption key was requested, this will confirm the algorithm to used for encryption.
SseCustomerKeyMD5
property SseCustomerKeyMD5: string
If server-side encryption with a customer-provided encryption key was requested, this will be provided for round-trip message integrity verification of the customer-provided encryption key.