ColdStack Docs
Search…
ColdStack Docs
Introduction
ColdStack FAQ
Binance Smart Chain Bridge
Tools
Supported tools
S3 Compatible API
How to use the API
Signing Requests
API Reference
Bucket
HeadBucket
ListObjects/ListObjectsV2
ListBuckets
RenameBucket
GetBucketLocation
Object
Multipart upload
Analytics
Common request headers
Common response headers
Responses
Powered By
GitBook
RenameBucket
Renames a bucket. This operation is an extension to the standard S3 protocol, and was implemented to give users far more functionality.
Request
1
MOVE /{bucket} HTTP/1.1
2
Destination
:
{newBucketName}
Copied!
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.
Previous
ListBuckets
Next
GetBucketLocation
Last modified
9mo ago
Copy link
Contents
Request
Response