Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.22 KB

AwsS3PresignedUrlForUpload.md

File metadata and controls

15 lines (11 loc) · 1.22 KB

icar1::AwsS3PresignedUrlForUpload

AwsS3PresignedUrlForUpload

Properties

Name Type Description Notes
singlePartUrl character A single part presigned url for upload [optional]
multipartTemplate character A url template for multi parts presigned url for upload [optional]
multipartSignatures array[PartInfo] Multi parts info that needs to be applied to the MultipartTemplate [optional]
multipartUploadId character Multi part upload id [optional]
serverSideEncryptionAlgorithm character The server side encryption method used by S3. This value is used to determine the Amazon S3 header "x-amz-server-side-encryption" value. Possible values: 'AES256' and 'aws:kms'. [optional]
serverSideEncryptionKey character Server-side encryption key that might be associated with the specified server-side encryption algorithm This value can be the AWS KMS arn key, to be used for the Amazon S3 header "x-amz-server-side-encryption-aws-kms-key-id" value This is only used when ServerSideEncryptionAlgorithm is 'aws:kms' [optional]