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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.S3.CompleteMultipartUpload

Contents

Description

Completes a multipart upload by assembling previously uploaded parts.

See: AWS API Reference for CompleteMultipartUpload.

Synopsis

Creating a Request

completeMultipartUpload Source

Creates a value of CompleteMultipartUpload with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

Destructuring the Response

Response Lenses

crsExpiration :: Lens' CompleteMultipartUploadResponse (Maybe Text) 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.

crsSSEKMSKeyId :: Lens' CompleteMultipartUploadResponse (Maybe Text) Source

If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.

crsServerSideEncryption :: Lens' CompleteMultipartUploadResponse (Maybe ServerSideEncryption) Source

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