From: Uday Mullangi Date: Tue, 13 Dec 2016 08:27:22 +0000 (+0530) Subject: doc: Correcting the bucket unlink example with correct syntax X-Git-Tag: v12.0.3~238^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F12460%2Fhead;p=ceph.git doc: Correcting the bucket unlink example with correct syntax Signed-off-by: Uday Mullangi --- diff --git a/doc/man/8/radosgw-admin.rst b/doc/man/8/radosgw-admin.rst index 717ba7f132b..53dec92d800 100644 --- a/doc/man/8/radosgw-admin.rst +++ b/doc/man/8/radosgw-admin.rst @@ -457,7 +457,15 @@ Remove a user and all associated buckets with their contents:: Remove a bucket:: - $ radosgw-admin bucket unlink --bucket=foo + $ radosgw-admin bucket rm --bucket=foo + +Link bucket to specified user:: + + $ radosgw-admin bucket link --bucket=foo --bucket_id= --uid=johnny + +Unlink bucket from specified user:: + + $ radosgw-admin bucket unlink --bucket=foo --uid=johnny Show the logs of a bucket from April 1st, 2012::