amazonka-s3-0.0.5: Amazon Simple Storage Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.S3.CompleteMultipartUpload

Contents

Description

Completes a multipart upload by assembling previously uploaded parts.

http://docs.aws.amazon.com/AmazonS3/latest/API/CompleteMultipartUpload.html

Synopsis

Request

Request constructor

Request lenses

Response

Response constructor

Response lenses

cmur1Expiration :: Lens' CompleteMultipartUploadResponse (Maybe UTCTime) Source

If the object expiration is configured, this will contain the expiration date (expiry-date) and rule ID (rule-id). The value of rule-id is URL encoded.

cmur1SSEKMSKeyId :: Lens' CompleteMultipartUploadResponse (Maybe Text) Source

If present, specifies the AWS KMS key used to encrypt the object.

cmur1ServerSideEncryption :: Lens' CompleteMultipartUploadResponse (Maybe ServerSideEncryption) Source

The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).