S3 Upload Part Copy
PUT https://s3.{{region}}.backblazeb2.com/:bucket/:key?partNumber=&uploadId=
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
partNumber | null | The number of the part being uploaded, between 1 and 10,000. | |
uploadId | null | An Upload ID obtained from S3 Create Multipart Upload |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-amz-copy-source | null | Required. The name of the source bucket and the key of the source object in the form <bucketname>/<objectkey>. | |
x-amz-copy-source-if-match | null | Optional. Only copy the object if its ETag matches this value, otherwise return a 412 (precondition failed) error. | |
x-amz-copy-source-if-modified-since | null | Optional. Only copy the object if it has been modified since this time. | |
x-amz-copy-source-if-none-match | null | Optional. 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-since | null | Optional. Only copy the object if it has not been modified since this time. | |
x-amz-copy-source-range | null | Optional. 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-algorithm | null | Optional. Encryption algorithm to be used for decrypting the source object via SSE-C. | |
x-amz-copy-source-server-side-encryption-customer-key | null | Optional. Base64-encoded customer key to be used for decrypting the source object via SSE-C. | |
x-amz-copy-source-server-side-encryption-customer-key-MD5 | null | Optional. 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-owner | null | Optional. 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-algorithm | null | Optional. Encryption algorithm to be used for SSE-C. | |
x-amz-server-side-encryption-customer-key | null | Optional. Base64-encoded customer key for SSE-C. | |
x-amz-source-expected-bucket-owner | null | Optional. 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
"\u003c?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?\u003e\n\u003cCopyPartResult xmlns=\"http://s3.amazonaws.com/doc/2006-03-01/\"\u003e\n \u003cETag\u003e\"85f30635602dc09bd85957a6e82a2c21\"\u003c/ETag\u003e\n \u003cLastModified\u003e2022-01-28T23:37:39.426Z\u003c/LastModified\u003e\n\u003c/CopyPartResult\u003e"