class Aws::S3::Types::UploadPartRequest
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/UploadPartRequest AWS API Documentation
@return [String]
‘403 Forbidden` (access denied).
by a different account, the request fails with the HTTP status code
The account ID of the expected bucket owner. If the bucket is owned
@!attribute [rw] expected_bucket_owner
@return [String]<br>: docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html<br><br><br><br>in the *Amazon S3 User Guide*.
Pays buckets, see [Downloading Objects in Requester Pays Buckets][1]
requests. For information about downloading objects from Requester
request. Bucket owners need not specify this parameter in their
Confirms that the requester knows that they will be charged for the
@!attribute [rw] request_payer
@return [String]
to ensure that the encryption key was transmitted without error.
RFC 1321. Amazon S3 uses this header for a message integrity check
Specifies the 128-bit MD5 digest of the encryption key according to
@!attribute [rw] sse_customer_key_md5
@return [String]
upload request.
be the same encryption key specified in the initiate multipart
`x-amz-server-side-encryption-customer-algorithm header`. This must
key must be appropriate for use with the algorithm specified in the
it is discarded; Amazon S3 does not store the encryption key. The
in encrypting data. This value is used to store the object and then
Specifies the customer-provided encryption key for Amazon S3 to use
@!attribute [rw] sse_customer_key
@return [String]
example, AES256).
Specifies the algorithm to use to when encrypting the object (for
@!attribute [rw] sse_customer_algorithm
@return [String]
uploaded.
Upload ID identifying the multipart upload whose part is being
@!attribute [rw] upload_id
@return [Integer]
between 1 and 10,000.
Part number of part being uploaded. This is a positive integer
@!attribute [rw] part_number
@return [String]
Object key for which the multipart upload was initiated.
@!attribute [rw] key
@return [String]<br>: docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html<br><br><br><br>*Amazon S3 User Guide*.
For more information, see [Checking object integrity] in the
specifies the base64-encoded, 256-bit SHA-256 digest of the object.
data received is the same data that was originally sent. This header
This header can be used as a data integrity check to verify that the
@!attribute [rw] checksum_sha256
@return [String]<br>: docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html<br><br><br><br>*Amazon S3 User Guide*.
For more information, see [Checking object integrity] in the
specifies the base64-encoded, 160-bit SHA-1 digest of the object.
data received is the same data that was originally sent. This header
This header can be used as a data integrity check to verify that the
@!attribute [rw] checksum_sha1
@return [String]<br>: docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html<br><br><br><br>*Amazon S3 User Guide*.
For more information, see [Checking object integrity] in the
specifies the base64-encoded, 32-bit CRC32C checksum of the object.
data received is the same data that was originally sent. This header
This header can be used as a data integrity check to verify that the
@!attribute [rw] checksum_crc32c
@return [String]<br>: docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html<br><br><br><br>*Amazon S3 User Guide*.
For more information, see [Checking object integrity] in the
specifies the base64-encoded, 32-bit CRC32 checksum of the object.
data received is the same data that was originally sent. This header
This header can be used as a data integrity check to verify that the
@!attribute [rw] checksum_crc32
@return [String]<br>: docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html<br><br><br><br>the checksum value supplied in the `CreateMultipartUpload` request.
This checksum algorithm must be the same for all parts and it match
provided `ChecksumAlgorithm` parameter.
If you provide an individual checksum, Amazon S3 ignores any<br><br>integrity] in the *Amazon S3 User Guide*.
code `400 Bad Request`. For more information, see [Checking object
sent. Otherwise, Amazon S3 fails the request with the HTTP status
must be a corresponding `x-amz-checksum` or `x-amz-trailer` header
functionality if not using the SDK. When sending this header, there
when using the SDK. This header will not provide any additional
Indicates the algorithm used to create the checksum for the object
@!attribute [rw] checksum_algorithm
@return [String]
This parameter is required if object lock parameters are specified.
parameter is auto-populated when using the command from the CLI.
The base64-encoded 128-bit MD5 digest of the part data. This
@!attribute [rw] content_md5
@return [Integer]
the body cannot be determined automatically.
Size of the body in bytes. This parameter is useful when the size of
@!attribute [rw] content_length
@return [String]<br>: docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html<br>[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html<br><br><br><br>[What is S3 on Outposts] in the *Amazon S3 User Guide*.
the bucket name. For more information about S3 on Outposts ARNs, see
Services SDKs, you provide the Outposts access point ARN in place of
When you use this action with S3 on Outposts through the Amazon Web
AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
takes the form `
requests to the S3 on Outposts hostname. The S3 on Outposts hostname
When you use this action with Amazon S3 on Outposts, you must direct
[Using access points] in the *Amazon S3 User Guide*.
bucket name. For more information about access point ARNs, see
Services SDKs, you provide the access point ARN in place of the
When using this action with an access point through the Amazon Web
AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com.
takes the form
requests to the access point hostname. The access point hostname
When using this action with an access point, you must direct
The name of the bucket to which the multipart upload was initiated.
@!attribute [rw] bucket
@return [IO]
Object data.
@!attribute [rw] body