AwsS3PresignedUrlForUpload¶
AwsS3PresignedUrlForUpload
Properties¶
Name | Type | Description | Notes |
---|---|---|---|
single_part_url | str | A single part presigned url for upload | [optional] |
multipart_template | str | A url template for multi parts presigned url for upload | [optional] |
multipart_signatures | list[PartInfo] | Multi parts info that needs to be applied to the MultipartTemplate | [optional] |
multipart_upload_id | str | Multi part upload id | [optional] |
server_side_encryption_algorithm | str | 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] |
server_side_encryption_key | str | 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] |