Single File Upload REST Endpoints
Single File Upload
This section describes the APIs to upload a single file of size less than 1GB into the storage.
- Delete a Specific File
- Method: deletePath:
/ohfapi/storage/v1.0/storage/{bucketName}/{objectName}
- Upload a File
- Method: putPath:
/ohfapi/storage/v1.0/storage/{bucketName}/{objectName}