UploadPart
Uploads a part in a multipart upload.
Request Syntax
PUT /bucket/Key+?partNumber=PartNumber&uploadId=UploadId HTTP/1.1 Host: msdps3.server:8443
Request Parameters
Bucket
Name of the bucket.
Required: Yes
Type: String
Key
Name of the object.
Required: Yes
Type: String
partNumber
Number of the part that is being uploaded.
Required: Yes
Type: String
uploadId
Upload ID of multipart upload.
Required: Yes
Type: String
Content-MD5
The base64-encoded 128-bit MD5 digest of the part data. This parameter is required if object lock parameters are specified.
Response Syntax
HTTP/1.1 200
Possible Error Response
Success
HTTP status code 200.
InvalidArgument
HTTP status code 400.
AccessDenied
Request was rejected because user authentication failed.
HTTP status code 403.
NoSuchUpload
The upload ID or Key might be invalid.
HTTP status code 404.
NoSuchBucket
The specified bucket does not exist.
HTTP status code 404.
InternalError
Request failed because of an internal server error.
HTTP status code 500.