View Bucket

This interface is used to view bucket information, including the number of stored files and file IDs.

HTTP Interface:

GET /bucket

Request Header:

keydescription

Account

account

Bucket

bucket name

Request example:

curl -X GET URL/bucket -H "Account: cX..." -H "Bucket: bucket_name"

Last updated