From: Yite Gu Date: Tue, 21 Oct 2025 06:26:24 +0000 (+0800) Subject: doc/rgw: use --bucket instead of --uid X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F65997%2Fhead;p=ceph.git doc/rgw: use --bucket instead of --uid Signed-off-by: YiteGu --- diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index c62a3cdc4350..3c3a6e4b0682 100644 --- a/doc/radosgw/admin.rst +++ b/doc/radosgw/admin.rst @@ -840,7 +840,7 @@ An enabled bucket rate limit can be disabled by running a command of the followi .. prompt:: bash # - radosgw-admin ratelimit disable --ratelimit-scope=bucket --uid=mybucket + radosgw-admin ratelimit disable --ratelimit-scope=bucket --bucket=mybucket Reading and Writing Global Rate Limit Configuration ---------------------------------------------------