tencent cloud

All product documents
Cloud Object Storage
Bucket Operations
Last updated: 2024-02-02 16:51:03
Bucket Operations
Last updated: 2024-02-02 16:51:03

Overview

This document provides an overview of APIs and SDK code samples for media processing buckets in CI.
API
Operation
Description
Querying media buckets
Queries the list of buckets with media processing enabled under the current account.

Basic Operations

Querying the list of buckets with media processing enabled

Feature description

This API is used to query buckets with media processing enabled under the current account.

Method prototype

public MediaBucketResponse describeMediaBuckets(MediaBucketRequest mediaBucketRequest);

Parameter description

Parameter
Description
Type
Required
bucketName
Bucket name in the format of BucketName-APPID. For more information, see Bucket Overview.
String
Yes
bucketNames
Bucket name. To specify multiple bucket names, separate them with commas. Exact search is supported.
String
No
regions
Region. To specify multiple regions, separate them with commas. Valid values: All, ap-shanghai, ap-beijing.
String
No
pageNumber
Page number.
String
No
pageSize
Number of entries per page.
String
No

Response description

Success: The bucket object information is returned.
Failure: An error (such as the bucket does not exist) occurs, throwing the CosClientException or CosServiceException exception. For more information, see Troubleshooting.

Sample request

//1. Create a template request object
MediaBucketRequest request = new MediaBucketRequest();
//2. Add request parameters as detailed in the API documentation
request.setBucketName("examplebucket-1250000000");
//3. Call the API to get the bucket response object
MediaBucketResponse response = client.describeMediaBuckets(request);

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback

Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support