Make updates to change HTTP response code as needed.
There were changes needed to conform compliance with RFC2616. Updated code number and description accordingly. Change-Id: Ie7fd6ad34095bb7857c69e6d1da2ea1453ecc60b Partial-Bug: #1355548 Related-Bug: #1298131
This commit is contained in:
@@ -38,11 +38,8 @@
|
|||||||
to configure limits on the type and number of API calls
|
to configure limits on the type and number of API calls
|
||||||
that can be made in a specific time interval.</para>
|
that can be made in a specific time interval.</para>
|
||||||
<para>When API rate limits are exceeded, HTTP requests return
|
<para>When API rate limits are exceeded, HTTP requests return
|
||||||
an error with a status code of <errorcode>413</errorcode>
|
an error with a status code of <errorcode>403</errorcode>
|
||||||
<errortext>Request entity too large</errortext>, and
|
<errortext>Forbidden</errortext>.</para>
|
||||||
includes an HTTP <literal>Retry-After</literal> header.
|
|
||||||
The response body includes the error details and the delay
|
|
||||||
before you should retry the request.</para>
|
|
||||||
<para>Rate limiting is not available for the EC2 API.</para>
|
<para>Rate limiting is not available for the EC2 API.</para>
|
||||||
</simplesect>
|
</simplesect>
|
||||||
<simplesect>
|
<simplesect>
|
||||||
|
@@ -469,8 +469,7 @@ Sample represents 1.00% of the object partition space
|
|||||||
scope of containers that are delegated to non-admin users, exposed to formpost uploads,
|
scope of containers that are delegated to non-admin users, exposed to formpost uploads,
|
||||||
or just as a self-imposed sanity check.</para>
|
or just as a self-imposed sanity check.</para>
|
||||||
<para>Any object PUT operations that exceed these quotas
|
<para>Any object PUT operations that exceed these quotas
|
||||||
return a 413 response (request entity too large) with a
|
return a 403 response (forbidden).</para>
|
||||||
descriptive body.</para>
|
|
||||||
<para>Quotas are subject to several limitations: eventual
|
<para>Quotas are subject to several limitations: eventual
|
||||||
consistency, the timeliness of the cached container_info
|
consistency, the timeliness of the cached container_info
|
||||||
(60 second TTL by default), and it is unable to reject
|
(60 second TTL by default), and it is unable to reject
|
||||||
|
Reference in New Issue
Block a user