Release Notes
Announcements
API | Operation Name | Operation Description |
List buckets | Query the list of all buckets under the requester's account or buckets in a specific region. |
let request = new ListBucketsRequest();try {let result = await CosXmlBaseService.default().listBucket(request)// result includes http headers, etc.} catch (e) {// Exception handling}
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback