limit.
-Enable/Disable Bucket Rate Limit
---------------------------------
+Enable and Disable Bucket Rate Limit
+------------------------------------
+
+After you set a bucket rate limit, you can enable it. The following is the
+general form of the ``radosgw-admin ratelimit enable`` command that enables
+bucket rate limits:
-Once you set a bucket rate limit, you may enable it. For example::
+.. prompt:: bash
- radosgw-admin ratelimit enable --ratelimit-scope=bucket --bucket=<bucket>
+ radosgw-admin ratelimit enable --ratelimit-scope=bucket --bucket=<bucket>
-You may disable an enabled bucket rate limit. For example::
+An enabled bucket rate limit can be disabled by running a command of the following form:
- radosgw-admin ratelimit disable --ratelimit-scope=bucket --uid=mybucket
+.. prompt:: bash
+ radosgw-admin ratelimit disable --ratelimit-scope=bucket --uid=mybucket
Reading / Writing Global Rate Limit Configuration
-------------------------------------------------