RenameObject
Renames an object. This operation is an extension to the standard S3 protocol, and was implemented to give users far more functionality.
MOVE /{bucket}/{key} HTTP/1.1
Destination: {newObjectKey}
X-ColdStack-Prefix: IsPrefix
Parameter | Description |
bucket | Name of the bucket. |
key | Current key of the object. |
newObjectKey | New key for the object. |
IsPrefix | For renaming prefixes (e.g. renaming folders) |
A successful response does not contain additional data and means that the object was successfully renamed.
Last modified 2yr ago