From 066c06550843e7d809030ff55ac36ac8a5b1fbba Mon Sep 17 00:00:00 2001 From: wangyunqing Date: Sun, 25 Apr 2021 09:15:12 +0000 Subject: [PATCH] doc/radosgw/role.rst: fix typos Signed-off-by: wangyunqing --- doc/radosgw/role.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/radosgw/role.rst b/doc/radosgw/role.rst index 4511e2fe133..a774624315a 100644 --- a/doc/radosgw/role.rst +++ b/doc/radosgw/role.rst @@ -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 "?Action=DeleteRolePolicy&RoleName=S3Access&PolicyName=Policy1" \ No newline at end of file + POST "?Action=DeleteRolePolicy&RoleName=S3Access&PolicyName=Policy1" -- 2.39.5