v3.0 REST Endpoints

File Upload/v3.0
The operations from the File Upload/v3.0 category.
Delete a file part
Method: delete
Path: /ec-fileupload-svc/rest/v3.0/storage/{bucketName}/{objectName}/parts/{partNumber}
Delete a file successfully uploaded before
Method: delete
Path: /ec-fileupload-svc/rest/v3.0/storage/{bucketName}/{objectName}
Download an uploaded file
Method: get
Path: /ec-fileupload-svc/rest/v3.0/storage/file/{objectName}
Get a list of uploaded files
Method: get
Path: /ec-fileupload-svc/rest/v3.0/storage/list
Get metadata of an uploaded file
Method: get
Path: /ec-fileupload-svc/rest/v3.0/storage/file/metadata/{objectName}
Get the admin configurations for file upload service
Method: get
Path: /ec-fileupload-svc/rest/v3.0/storage/config
Merge or delete file parts
Method: post
Path: /ec-fileupload-svc/rest/v3.0/storage/{bucketName}/{objectName}/parts
Update configuration in the system
Method: put
Path: /ec-fileupload-svc/rest/v3.0/storage/config
Upload a file to the system
Method: put
Path: /ec-fileupload-svc/rest/v3.0/storage/{bucketName}/{objectName}
Upload a part of the file
Method: put
Path: /ec-fileupload-svc/rest/v3.0/storage/{bucketName}/{objectName}/parts/{partNumber}