Skip to content

Commit

Permalink
update iam doc - IAM users can create a bucket
Browse files Browse the repository at this point in the history
Signed-off-by: shirady <[email protected]>
  • Loading branch information
shirady committed Feb 27, 2025
1 parent 6d53494 commit fe11a2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/design/iam.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ For example:
- root account creates 2 users (both are owned by it): user1, user2 and a bucket (bucket owner: <root-account-id>, bucket creator: <account-id-user1>).
- user1 upload a file to the bucket
- user2 can delete this bucket (after it is empty): although user2 is not the creator, without a bucket policy his root account is the owner so it can delete the bucket.
Note: Currently, we do not allow users to create a bucket.

### Root Accounts Manager
The root accounts managers are a solution for creating root accounts using the IAM API.
Expand Down

0 comments on commit fe11a2d

Please sign in to comment.