Upload a File Part

put

/ohfapi/storage/v1.0/storage/{bucketName}/{objectName}/parts/{partNumber}

This API uploads each file part individually to the storage securely.

Request

Path Parameters
Body ()
File to be uploaded
Root Schema : InputStream
Type: object
Security
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Back to Top

Examples

{
"name" : "bucket/testpart-1",
"self" : "/v1.0/storage/bucket/testpart/parts/1",
"size" : 1433600,
"checksum" : "5cfaac7820ddb3ec7a66a7e385205f3a"
}
Back to Top