]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw/role.rst: fix typos 41015/head
authorwangyunqing <wangyunqing@inspur.com>
Sun, 25 Apr 2021 09:15:12 +0000 (09:15 +0000)
committerwangyunqing <wangyunqing@inspur.com>
Sun, 25 Apr 2021 09:15:12 +0000 (09:15 +0000)
Signed-off-by: wangyunqing <wangyunqing@inspur.com>
doc/radosgw/role.rst

index 4511e2fe13311462f662085102cffdf29c6498d3..a774624315a32bf972bd347f6f188eb2e7082ed7 100644 (file)
@@ -4,7 +4,7 @@
 
 A role is similar to a user and has permission policies attached to it, that determine what a role can or can not do. A role can be assumed by any identity that needs it. If a user assumes a role, a set of dynamically created temporary credentials are returned to the user. A role can be used to delegate access to users, applications, services that do not have permissions to access some s3 resources.
 
-The following radosgw-admin commands can be used to create/ delete/ update a role and permissions asscociated with a role.
+The following radosgw-admin commands can be used to create/ delete/ update a role and permissions associated with a role.
 
 Create a Role
 -------------
@@ -409,4 +409,4 @@ Delete Policy attached to a Role
 --------------------------------
 
 Example::
-  POST "<hostname>?Action=DeleteRolePolicy&RoleName=S3Access&PolicyName=Policy1"
\ No newline at end of file
+  POST "<hostname>?Action=DeleteRolePolicy&RoleName=S3Access&PolicyName=Policy1"