Upload a part of the file

put

/ec-fileupload-svc/rest/v3.0/storage/{bucketName}/{objectName}/parts/{partNumber}

Uploads file parts, which are chunks from a large file. The bucket and file name must be same across all file parts. Right: FileUploadFilePost.

Request

Path Parameters
Query Parameters
Supported Media Types
Request Body - */* ()
Root Schema : schema
Type: object
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : ObjectModel
Type: object
Show Source

401 Response

Unauthorized user.

500 Response

Internal server error.
Back to Top