File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ update a role and the permissions associated with it.
1515Create a Role
1616-------------
1717
18- To create a role, execute the following::
18+ To create a role, run a command of the following form ::
1919
2020 radosgw-admin role create --role-name={role-name} [--path=="{path to the role}"] [--assume-role-policy-doc={trust-policy-document}]
2121
@@ -29,12 +29,13 @@ Request Parameters
2929
3030``path ``
3131
32- :Description: Path to the role. The default value is a slash(/ ).
32+ :Description: Path to the role. The default value is a slash(`` / `` ).
3333:Type: String
3434
3535``assume-role-policy-doc ``
3636
37- :Description: The trust relationship policy document that grants an entity permission to assume the role.
37+ :Description: The trust relationship policy document that grants an entity
38+ permission to assume the role.
3839:Type: String
3940
4041For example::
You can’t perform that action at this time.
0 commit comments