mirror of
https://github.com/ceph/ceph
synced 2024-12-21 10:54:42 +00:00
Merge pull request #5483 from oddomatik/patch-1
Fix location of --access=full in SWIFT user creation Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
e61976b245
@ -433,11 +433,10 @@ Execute the following steps on the ``gateway host``:
|
||||
|
||||
Create the Swift user::
|
||||
|
||||
sudo radosgw-admin subuser create --uid=testuser --subuser=testuser:swift
|
||||
sudo radosgw-admin subuser create --uid=testuser --subuser=testuser:swift --access=full
|
||||
|
||||
The output will be something like the following::
|
||||
|
||||
--access=full
|
||||
{ "user_id": "testuser",
|
||||
"display_name": "First User",
|
||||
"email": "",
|
||||
|
Loading…
Reference in New Issue
Block a user