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

Copyright(c) 2013-2016 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.CreateMultipartUpload

Contents

Description

Initiates a multipart upload and returns an upload ID.

Note: After you initiate multipart upload and upload one or more parts, you must either complete or abort multipart upload in order to stop getting charged for storage of the uploaded parts. Only after you either complete or abort multipart upload, Amazon S3 frees up the parts storage and stops charging you for the parts storage.

Synopsis

Creating a Request

createMultipartUpload Source #

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

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

  • cmuExpires - The date and time at which the object is no longer cacheable.
  • cmuGrantReadACP - Allows grantee to read the object ACL.
  • cmuSSECustomerAlgorithm - Specifies the algorithm to use to when encrypting the object (e.g., AES256).
  • cmuSSECustomerKey - Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header.
  • cmuRequestPayer - Undocumented member.
  • cmuGrantWriteACP - Allows grantee to write the ACL for the applicable object.
  • cmuWebsiteRedirectLocation - If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.
  • cmuGrantRead - Allows grantee to read the object data and its metadata.
  • cmuStorageClass - The type of storage to use for the object. Defaults to STANDARD.
  • cmuSSECustomerKeyMD5 - Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.
  • cmuSSEKMSKeyId - Specifies the AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS will fail if not made via SSL or using SigV4. Documentation on configuring any of the officially supported AWS SDKs and CLI can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version
  • cmuGrantFullControl - Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.
  • cmuContentEncoding - Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
  • cmuMetadata - A map of metadata to store with the object in S3.
  • cmuCacheControl - Specifies caching behavior along the request/reply chain.
  • cmuContentLanguage - The language the content is in.
  • cmuACL - The canned ACL to apply to the object.
  • cmuContentDisposition - Specifies presentational information for the object.
  • cmuServerSideEncryption - The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
  • cmuContentType - A standard MIME type describing the format of the object data.
  • cmuBucket - Undocumented member.
  • cmuKey - Undocumented member.

data CreateMultipartUpload Source #

See: createMultipartUpload smart constructor.

Instances

Eq CreateMultipartUpload Source # 
Data CreateMultipartUpload Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateMultipartUpload -> c CreateMultipartUpload #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateMultipartUpload #

toConstr :: CreateMultipartUpload -> Constr #

dataTypeOf :: CreateMultipartUpload -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreateMultipartUpload) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateMultipartUpload) #

gmapT :: (forall b. Data b => b -> b) -> CreateMultipartUpload -> CreateMultipartUpload #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateMultipartUpload -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateMultipartUpload -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateMultipartUpload -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateMultipartUpload -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateMultipartUpload -> m CreateMultipartUpload #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateMultipartUpload -> m CreateMultipartUpload #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateMultipartUpload -> m CreateMultipartUpload #

Read CreateMultipartUpload Source # 
Show CreateMultipartUpload Source # 
Generic CreateMultipartUpload Source # 
Hashable CreateMultipartUpload Source # 
NFData CreateMultipartUpload Source # 

Methods

rnf :: CreateMultipartUpload -> () #

AWSRequest CreateMultipartUpload Source # 
ToPath CreateMultipartUpload Source # 
ToHeaders CreateMultipartUpload Source # 
ToQuery CreateMultipartUpload Source # 
type Rep CreateMultipartUpload Source # 
type Rep CreateMultipartUpload = D1 (MetaData "CreateMultipartUpload" "Network.AWS.S3.CreateMultipartUpload" "amazonka-s3-1.4.5-2ONtLrikxBNLJwnoUGaFyq" False) (C1 (MetaCons "CreateMultipartUpload'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cmuExpires") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RFC822))) (S1 (MetaSel (Just Symbol "_cmuGrantReadACP") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_cmuSSECustomerAlgorithm") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cmuSSECustomerKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) (S1 (MetaSel (Just Symbol "_cmuRequestPayer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RequestPayer)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cmuGrantWriteACP") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cmuWebsiteRedirectLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cmuGrantRead") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_cmuStorageClass") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StorageClass))) ((:*:) (S1 (MetaSel (Just Symbol "_cmuSSECustomerKeyMD5") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cmuSSEKMSKeyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cmuGrantFullControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cmuContentEncoding") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_cmuMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Map Text Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cmuCacheControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cmuContentLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cmuACL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ObjectCannedACL))) ((:*:) (S1 (MetaSel (Just Symbol "_cmuContentDisposition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cmuServerSideEncryption") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ServerSideEncryption))))) ((:*:) (S1 (MetaSel (Just Symbol "_cmuContentType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cmuBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BucketName)) (S1 (MetaSel (Just Symbol "_cmuKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ObjectKey))))))))
type Rs CreateMultipartUpload Source # 

Request Lenses

cmuExpires :: Lens' CreateMultipartUpload (Maybe UTCTime) Source #

The date and time at which the object is no longer cacheable.

cmuGrantReadACP :: Lens' CreateMultipartUpload (Maybe Text) Source #

Allows grantee to read the object ACL.

cmuSSECustomerAlgorithm :: Lens' CreateMultipartUpload (Maybe Text) Source #

Specifies the algorithm to use to when encrypting the object (e.g., AES256).

cmuSSECustomerKey :: Lens' CreateMultipartUpload (Maybe Text) Source #

Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header.

cmuGrantWriteACP :: Lens' CreateMultipartUpload (Maybe Text) Source #

Allows grantee to write the ACL for the applicable object.

cmuWebsiteRedirectLocation :: Lens' CreateMultipartUpload (Maybe Text) Source #

If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.

cmuGrantRead :: Lens' CreateMultipartUpload (Maybe Text) Source #

Allows grantee to read the object data and its metadata.

cmuStorageClass :: Lens' CreateMultipartUpload (Maybe StorageClass) Source #

The type of storage to use for the object. Defaults to STANDARD.

cmuSSECustomerKeyMD5 :: Lens' CreateMultipartUpload (Maybe Text) Source #

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.

cmuSSEKMSKeyId :: Lens' CreateMultipartUpload (Maybe Text) Source #

Specifies the AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS will fail if not made via SSL or using SigV4. Documentation on configuring any of the officially supported AWS SDKs and CLI can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version

cmuGrantFullControl :: Lens' CreateMultipartUpload (Maybe Text) Source #

Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.

cmuContentEncoding :: Lens' CreateMultipartUpload (Maybe Text) Source #

Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.

cmuMetadata :: Lens' CreateMultipartUpload (HashMap Text Text) Source #

A map of metadata to store with the object in S3.

cmuCacheControl :: Lens' CreateMultipartUpload (Maybe Text) Source #

Specifies caching behavior along the request/reply chain.

cmuContentLanguage :: Lens' CreateMultipartUpload (Maybe Text) Source #

The language the content is in.

cmuACL :: Lens' CreateMultipartUpload (Maybe ObjectCannedACL) Source #

The canned ACL to apply to the object.

cmuContentDisposition :: Lens' CreateMultipartUpload (Maybe Text) Source #

Specifies presentational information for the object.

cmuServerSideEncryption :: Lens' CreateMultipartUpload (Maybe ServerSideEncryption) Source #

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

cmuContentType :: Lens' CreateMultipartUpload (Maybe Text) Source #

A standard MIME type describing the format of the object data.

Destructuring the Response

createMultipartUploadResponse Source #

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

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

  • cmursRequestCharged - Undocumented member.
  • cmursBucket - Name of the bucket to which the multipart upload was initiated.
  • cmursSSECustomerAlgorithm - If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.
  • cmursAbortDate - Date when multipart upload will become eligible for abort operation by lifecycle.
  • cmursAbortRuleId - Id of the lifecycle rule that makes a multipart upload eligible for abort operation.
  • cmursKey - Object key for which the multipart upload was initiated.
  • cmursSSECustomerKeyMD5 - If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.
  • cmursSSEKMSKeyId - If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.
  • cmursUploadId - ID for the initiated multipart upload.
  • cmursServerSideEncryption - The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
  • cmursResponseStatus - -- | The response status code.

data CreateMultipartUploadResponse Source #

See: createMultipartUploadResponse smart constructor.

Instances

Eq CreateMultipartUploadResponse Source # 
Data CreateMultipartUploadResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateMultipartUploadResponse -> c CreateMultipartUploadResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateMultipartUploadResponse #

toConstr :: CreateMultipartUploadResponse -> Constr #

dataTypeOf :: CreateMultipartUploadResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreateMultipartUploadResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateMultipartUploadResponse) #

gmapT :: (forall b. Data b => b -> b) -> CreateMultipartUploadResponse -> CreateMultipartUploadResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateMultipartUploadResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateMultipartUploadResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateMultipartUploadResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateMultipartUploadResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateMultipartUploadResponse -> m CreateMultipartUploadResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateMultipartUploadResponse -> m CreateMultipartUploadResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateMultipartUploadResponse -> m CreateMultipartUploadResponse #

Read CreateMultipartUploadResponse Source # 
Show CreateMultipartUploadResponse Source # 
Generic CreateMultipartUploadResponse Source # 
NFData CreateMultipartUploadResponse Source # 
type Rep CreateMultipartUploadResponse Source # 
type Rep CreateMultipartUploadResponse = D1 (MetaData "CreateMultipartUploadResponse" "Network.AWS.S3.CreateMultipartUpload" "amazonka-s3-1.4.5-2ONtLrikxBNLJwnoUGaFyq" False) (C1 (MetaCons "CreateMultipartUploadResponse'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cmursRequestCharged") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RequestCharged))) (S1 (MetaSel (Just Symbol "_cmursBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe BucketName)))) ((:*:) (S1 (MetaSel (Just Symbol "_cmursSSECustomerAlgorithm") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cmursAbortDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RFC822))) (S1 (MetaSel (Just Symbol "_cmursAbortRuleId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cmursKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ObjectKey))) ((:*:) (S1 (MetaSel (Just Symbol "_cmursSSECustomerKeyMD5") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cmursSSEKMSKeyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))) ((:*:) (S1 (MetaSel (Just Symbol "_cmursUploadId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cmursServerSideEncryption") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ServerSideEncryption))) (S1 (MetaSel (Just Symbol "_cmursResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))))

Response Lenses

cmursBucket :: Lens' CreateMultipartUploadResponse (Maybe BucketName) Source #

Name of the bucket to which the multipart upload was initiated.

cmursSSECustomerAlgorithm :: Lens' CreateMultipartUploadResponse (Maybe Text) Source #

If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.

cmursAbortDate :: Lens' CreateMultipartUploadResponse (Maybe UTCTime) Source #

Date when multipart upload will become eligible for abort operation by lifecycle.

cmursAbortRuleId :: Lens' CreateMultipartUploadResponse (Maybe Text) Source #

Id of the lifecycle rule that makes a multipart upload eligible for abort operation.

cmursKey :: Lens' CreateMultipartUploadResponse (Maybe ObjectKey) Source #

Object key for which the multipart upload was initiated.

cmursSSECustomerKeyMD5 :: Lens' CreateMultipartUploadResponse (Maybe Text) Source #

If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.

cmursSSEKMSKeyId :: Lens' CreateMultipartUploadResponse (Maybe Text) Source #

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

cmursUploadId :: Lens' CreateMultipartUploadResponse (Maybe Text) Source #

ID for the initiated multipart upload.

cmursServerSideEncryption :: Lens' CreateMultipartUploadResponse (Maybe ServerSideEncryption) Source #

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