limit.
-Enable/Disable User Rate Limit
-------------------------------
+Enable and Disable User Rate Limit
+----------------------------------
-Once you set a user rate limit, you may enable it. For example::
+After you have set a user rate limit, you must enable it in order for it to
+take effect. Run a command of the following form to enable a user rate limit:
- radosgw-admin ratelimit enable --ratelimit-scope=user --uid=<uid>
+.. prompt:: bash
+
+ radosgw-admin ratelimit enable --ratelimit-scope=user --uid=<uid>
-You may disable an enabled user rate limit. For example::
+To disable an enabled user rate limit, run a command of the following form:
+
+.. prompt:: bash
- radosgw-admin ratelimit disable --ratelimit-scope=user --uid=johndoe
+ radosgw-admin ratelimit disable --ratelimit-scope=user --uid=johndoe
Set Bucket Rate Limit