Using this operation, an active bucket owner can modify the bucket quota.
A bucket quota must be a non-negative integer expressed in bytes. The maximum allowed quota is (2^63 - 1) bytes. If a bucket quota is set to 0, the quota has no upper limit.
PUT /?quota HTTP/1.1 User-Agent: agent Host: bucketname.obs.example.com Accept: */* Date: date Authorization: authorization 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 request involves no parameters.
This request uses common headers. For details about common request headers, see section Common Request Headers.
This request contains one element to specify the bucket quota, as described in Table 1.
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 Date: date Content-Length: length
This response uses common headers. For details about common response headers, see section Common Response Headers.
This response involves no elements.
No special error responses are returned. For details about error responses, see Table 1.
PUT /?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:17 +0000 Authorization: AWS 08350B985315591007AD:O4jTB/FzS3gXDouwRZgz1wiE2PE= Content-Length:149 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Quota xmlns="http://obs.example.com/doc/2015-06-30/"> <StorageQuota>8</StorageQuota> </Quota>
HTTP/1.1 200 OK Server: OBS x-amz-request-id: 90E2BA0F80EC0000013B277A80860000 x-reserved: amazon, aws and amazon web services are trademarks or registered trademarks of Amazon Technologies, Inc x-amz-id-2: dSLkVtVbslB8z967VtfTQmFbD3q4IzeNUBL+tlpGLMGT1FgXnlady4r+oRI/bx2y Date: Thu, 22 Nov 2012 09:37:17 GMT Content-Length: 0