Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(s3): update bucket policy warning MTA-3983 #2522

Merged
merged 3 commits into from
Dec 14, 2023
Merged
Changes from 2 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
4 changes: 2 additions & 2 deletions macros/storage/important-bucket-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ macro: important-bucket-policy
---

<Message type="important">
- You may lose access to your bucket if you are not the [owner](/identity-and-access-management/iam/concepts/#owner) of the organization and if you are not explicitly allowed by the bucket policy.
- You will lose access to your bucket if you are not the [owner](/identity-and-access-management/iam/concepts/#owner) of the organization, and if you are not explicitly allowed by the bucket policy.
SamyOubouaziz marked this conversation as resolved.
Show resolved Hide resolved
SamyOubouaziz marked this conversation as resolved.
Show resolved Hide resolved
- The [owner](/identity-and-access-management/iam/concepts/#owner) of the Organization always has the right to put and delete bucket policies, even if he is not allowed to perform other bucket operations by the bucket policy.
- Each bucket can have only one bucket policy.
- Pushing a new bucket policy to a bucket overwrites any existing bucket policy.
- The [owner](/identity-and-access-management/iam/concepts/#owner) of the Organization always has full rights and access to all resources and features in their Organization.
</Message>
Loading