]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Correcting the bucket unlink example with correct syntax 12460/head
authorUday Mullangi <udaymjl@gmail.com>
Tue, 13 Dec 2016 08:27:22 +0000 (13:57 +0530)
committerUday Mullangi <umullangi@walmartlabs.com>
Wed, 26 Apr 2017 03:56:52 +0000 (09:26 +0530)
Signed-off-by: Uday Mullangi <umullangi@walmartlabs.com>
doc/man/8/radosgw-admin.rst

index 717ba7f132b7fa89aedd09dbc293c369c8448276..53dec92d800d234d0f6c64f01a514680d3360068 100644 (file)
@@ -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=<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::