RenameBucket
Renames a bucket. This operation is an extension to the standard S3 protocol, and was implemented to give users far more functionality.
MOVE /{bucket} HTTP/1.1
Destination: {newBucketName}
Parameter | Description |
bucket | Current name of the bucket. |
newBucketName | New name for the bucket. |
A successful response does not contain additional data and means that the bucket was successfully renamed.
Last modified 2yr ago