1-800-833-1132 : 1-303-449-6400


Spectra BlackPearl Converged Storage System : Amazon S3 Operations : Amazon S3 Multipart Object Operations : Upload Part

Upload Part
Description
Upload a multipart upload part. This is an Amazon S3 compatible operation.
See Upload Part for Amazon S3 operation details.
Requests
Syntax
PUT http[s]://{datapathDNSname}/{bucket}/{object}/?part_number={32‑bit integer}&upload_id={string}
To determine the UUID of the multipart upload, see List Multipart Uploads.
Request Parameters
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
200: OK (success): ETag is returned in the header
§
§
Example
Sample Request
This request puts the second part of the multipart upload with the UUID 18baa28f-1c85-4cd2-9023-71600b1759f3.
PUT http[s]://blackpearl-hostname/bucket1/test.aaf?part_number=2&upload_id=18baa28f-1c85-4cd2-9023-71600b1759f3 HTTP/1.1
Sample Response
HTTP/1.1 200 OK