Skip to content

Commit 9abef24

Browse files
authored
feature/ODM-12525 add Cross-account S3 access (#120)
1 parent bfb4322 commit 9abef24

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/home/clouds/aws.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,16 @@
123123

124124
- Be careful when using it, you should limit the list of zones with which it can work. And if the zone is used for something else, then make sure that it will not delete records from there.
125125

126+
## Cross-account S3 access
127+
128+
The approach is based on the [official documentation](https://repost.aws/knowledge-center/cross-account-access-s3) section `IAM policies and resource-based bucket policies`.
129+
130+
If the S3 bucket uses `SSE-KMS` encryption, then it is necessary to additionally grant access to the KMS key in the items below:
131+
132+
- in the `IAM policy` that is attached to the IAM role/user
133+
134+
- in the `Key policy` of the KMS key that is used to encrypt data in the S3 bucket
135+
126136
## Configuration examples
127137

128138
<details><summary>AbortIncompleteMultipartUpload rule</summary>

0 commit comments

Comments
 (0)