Create an IAM user under in an account. The IAM user has no permission to any resource before it is added to any user group. The bucket owner (root account) or other accounts and IAM users, who have the permission to set bucket policies, can configure bucket policies to grant the bucket operation permissions to IAM users.
The following is an example about how to authorize an IAM user with the bucket access and object upload permissions.
Parameter |
Value |
---|---|
Policy Mode |
Customized |
Effect |
Allow |
Principal |
|
Resources |
|
Actions |
|
Before authorizing the IAM user with the permission to operate objects, ensure that the user has the permission to access the bucket.
Parameter |
Value |
---|---|
Policy Mode |
Customized |
Effect |
Allow |
Principal |
|
Resources |
|
Actions |
NOTE:
In this example, only the permission to upload objects is granted. You can select multiple actions and granting other operation permissions to the IAM user The asterisk (*) indicates all operations. For details about the supported actions, see Actions. |