Uncompress an Uploaded File

post

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

This API uncompresses a zip or gzip file in the storage. This can be a merged file or a single file.

Request

Path Parameters
Query Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Back to Top

Examples

{
"name" : "bucketzip/testpdfsplit",
"self" : "/v1.0/storage/bucketzip/testpdfsplit",
"size" : 25806117,
"checksum" : "1ce301a0d645bac332d327e92b728e08"
}
Back to Top