Moves a Single File.
put
/ohfapi/storage/v1.0/storage/move/{srcBucketName}/{destBucketName}/{objectName}/parts/{partNumber}
This API moves a already uploaded file from Source Bucket to Destination Bucket.
Request
Path Parameters
-
destBucketName: string
name of the bucket where the file is being moved to.
-
objectName: string
name of the file that is moved.
-
partNumber: integer(int32)
number of the file part.
-
srcBucketName: string
name of the bucket from where the file is being moved.
Security
-
basicAuth: basic
Type:
basic
Response
Supported Media Types
- application/json
200 Response
Successful operation