GetBucketQuota
Updated at:2025-11-03
API description
This API is used to obtain the quota information of a single bucket
Note: Only the bucket owner with FULL_CONTROL permission can make this request.
Request
Plain Text
1GET /?quota HTTP/1.1
2Host: <BucketName>.bj.bcebos.com
3Date: <Date>
4Authorization: <Authorization_String>
No special parameters
No special parameters
Response
Example
Plain Text
1GET /?quota HTTP/1.1
2Host: <BucketName>.bj.bcebos.com
3Date: <Date>
4Authorization: <Authorization_String>
-
Response example
Plain Text1HTTP/1.1 200 OK 2x-bce-request-id: 0A49CE4060975EAC 3Date: Wed, 12 Oct 2016 17:50:00 GMT 4Content-Length: 0 5Connection: keep-alive 6Server: BceBos 7{ 8"maxObjectCount": 50, 9"maxCapacityMegaBytes" : 12334424
}
Plain Text
1```
