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 grant an IAM user the bucket access and object upload permissions.
Parameter |
Value |
---|---|
Policy Mode |
Customized |
Effect |
Allow |
Principal |
|
Resources |
|
Actions |
|
Before granting this permission to a user, 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 also select other object actions to grant corresponding permissions if needed. The asterisk (*) indicates all actions. For details about the supported actions, see Actions. |