S3 Upload Part Copy

PUT https://s3.{{region}}.backblazeb2.com/:bucket/:key?partNumber=&uploadId=

Request Params

KeyDatatypeRequiredDescription
partNumbernullThe number of the part being uploaded, between 1 and 10,000.
uploadIdnullAn Upload ID obtained from S3 Create Multipart Upload

HEADERS

KeyDatatypeRequiredDescription
x-amz-copy-sourcenullRequired. The name of the source bucket and the key of the source object in the form <bucketname>/<objectkey>.
x-amz-copy-source-if-matchnullOptional. Only copy the object if its ETag matches this value, otherwise return a 412 (precondition failed) error.
x-amz-copy-source-if-modified-sincenullOptional. Only copy the object if it has been modified since this time.
x-amz-copy-source-if-none-matchnullOptional. Optional. Only copy the object if its ETag does not match this value, otherwise return a 412 (precondition failed) error
x-amz-copy-source-if-unmodified-sincenullOptional. Only copy the object if it has not been modified since this time.
x-amz-copy-source-rangenullOptional. A range of bytes to copy from the source object in the form bytes=first-last, where the first and last are the zero-based byte offsets to copy.
x-amz-copy-source-server-side-encryption-customer-algorithmnullOptional. Encryption algorithm to be used for decrypting the source object via SSE-C.
x-amz-copy-source-server-side-encryption-customer-keynullOptional. Base64-encoded customer key to be used for decrypting the source object via SSE-C.
x-amz-copy-source-server-side-encryption-customer-key-MD5nullOptional. Base64-encoded MD5 hash of the customer key o be used for decrypting the source object via SSE-C. Calculated in pre-request script.
x-amz-expected-bucket-ownernullOptional. Account ID of the expected bucket owner. If the bucket is owned by a different owner, a 403 Access Denied error will be returned.
x-amz-server-side-encryption-customer-algorithmnullOptional. Encryption algorithm to be used for SSE-C.
x-amz-server-side-encryption-customer-keynullOptional. Base64-encoded customer key for SSE-C.
x-amz-source-expected-bucket-ownernullOptional. Account ID of the expected source bucket owner. If the bucket is owned by a different owner, a 403 Access Denied error will be returned.

RESPONSES

status: OK

&quot;\u003c?xml version=\&quot;1.0\&quot; encoding=\&quot;UTF-8\&quot; standalone=\&quot;yes\&quot;?\u003e\n\u003cCopyPartResult xmlns=\&quot;http://s3.amazonaws.com/doc/2006-03-01/\&quot;\u003e\n    \u003cETag\u003e\&quot;85f30635602dc09bd85957a6e82a2c21\&quot;\u003c/ETag\u003e\n    \u003cLastModified\u003e2022-01-28T23:37:39.426Z\u003c/LastModified\u003e\n\u003c/CopyPartResult\u003e&quot;