RenameBucket
Request
MOVE /{bucket} HTTP/1.1
Destination: {newBucketName}Path parameters
Headings
Response
Headings
Response codes
Last updated
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.
Use only generic headers in your request .
The response can only contain general headers .
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