Skip to main content

IS3UploadPartResponse

Interface in AWS.S3

Interface for UploadPart responses.

Ancestors

Properties

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.

SseCustomerKey

property SseCustomerKey: string

Specifies the customer-provided encryption key used to encrypt the object/part data.

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.