RenameBucket
Renames a bucket. This operation is an extension to the standard S3 protocol, and was implemented to give users far more functionality.
Request
MOVE /{bucket} HTTP/1.1
Destination: {newBucketName}
Path parameters
Parameter
Description
bucket
Current name of the bucket.
newBucketName
New name for the bucket.
Headings
Use only generic headers in your request .
Response
Headings
The response can only contain general headers .
Response codes
For a list of possible responses, see the Responses section .
A successful response does not contain additional data and means that the bucket was successfully renamed.
Last updated
Was this helpful?