Skip to content

Commit

Permalink
Merge pull request #295 from amplitude/s3-fix
Browse files Browse the repository at this point in the history
remove invalid instruction
  • Loading branch information
markzegarelli authored Sep 20, 2024
2 parents b885514 + 5c8ac5f commit 52eda40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/collections/source-catalog/en/amazon-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Follow these steps to give Amplitude read access to your AWS S3 bucket.
"Effect":"Allow",
"Action":[
"s3:GetObject",
"s3:ListObjects"
"s3:ListBucket"
],
"Resource":[
"arn:aws:s3:::<bucket_name>/*" //[tl! ~~]
Expand Down Expand Up @@ -200,7 +200,7 @@ Follow these steps to give Amplitude read access to your AWS S3 bucket.
"Effect":"Allow",
"Action":[
"s3:GetObject",
"s3:ListObjects"
"s3:ListBucket"
],
"Resource":[
"arn:aws:s3:::<bucket_name>/<prefix>*" //[tl! ~~]
Expand Down

0 comments on commit 52eda40

Please sign in to comment.