From 689318734a5f27701a5d73fea076c04864ee73fd Mon Sep 17 00:00:00 2001 From: shirady <57721533+shirady@users.noreply.github.com> Date: Thu, 27 Feb 2025 09:49:59 +0200 Subject: [PATCH] update iam doc - IAM users can create a bucket Signed-off-by: shirady <57721533+shirady@users.noreply.github.com> --- docs/design/iam.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/design/iam.md b/docs/design/iam.md index bfe612263e..eeeb12694d 100644 --- a/docs/design/iam.md +++ b/docs/design/iam.md @@ -95,7 +95,6 @@ For example: - root account creates 2 users (both are owned by it): user1, user2 and a bucket (bucket owner: , bucket creator: ). - 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.