Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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