Using this operation, an active bucket owner can obtain its quota.
A bucket quota is expressed in bytes. If the quota is set to 0, the quota has no upper limit.
GET /?quota HTTP/1.1 User-Agent: agent Host: bucketname.obs.example.com Accept: */* Date: date Authorization: authorization
This request involves no parameters.
This request uses common headers. For details about common request headers, see section Common Request Headers.
This request involves no elements.
HTTP/1.1 status_code Server: Server Name x-amz-request-id: request id x-reserved: amazon, aws and amazon web services are trademarks or registered trademarks of Amazon Technologies, Inc x-amz-id-2: id Content-Type: type Date: date Content-Length: length <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Quota xmlns="http://obs.example.com/doc/2015-06-30/"> <StorageQuota>value</StorageQuota> </Quota>
This response uses common headers. For details about common response headers, see section Common Response Headers.
This response contains elements to provide details about a bucket quota. Table 1 describes the elements.
No special error responses are returned. For details about error responses, see Table 1.
GET /?quota HTTP/1.1 User-Agent: Jakarta Commons-HttpClient/3.1 Host: bucketname.obs.example.com Accept-Encoding: gzip,deflate Date: Thu, 22 Nov 2012 09:37:38 +0000 Authorization: AWS 08350B985315591007AD:O4jTB/FzS3gXDouwRZgz1wiE2PE=
HTTP/1.1 200 OK Server: OBS x-amz-request-id: 90E2BA0F80EC0000013B277AD1970001 x-reserved: amazon, aws and amazon web services are trademarks or registered trademarks of Amazon Technologies, Inc x-amz-id-2: ReSvzDszzWqXunSRGkNv+aIjXO56ekT48XVAOcyjIEU6zufqkoqJRO6z1VPLvDcm Content-Type: application/xml Date: Thu, 22 Nov 2012 09:37:38 GMT Content-Length: 148 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Quota xmlns="http://obs.example.com/doc/2015-06-30/"> <StorageQuota>8</StorageQuota> </Quota>