-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update configure-cloud-storage.md (#1796)
Added note to highlight that the AWS S3 bucket policy is different for the EU Data Plane
- Loading branch information
1 parent
1ae5a3b
commit 37d7222
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ You'll need to grant Estuary Flow access to your S3 bucket. | |
|
||
2. Follow the steps | ||
to [add a bucket policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/add-bucket-policy.html), pasting the | ||
policy below. | ||
policy below. The policy below will work for the US Data Plane. If you're on the EU Data Plane, [get in touch]. | ||
Be sure to replace `YOUR-S3-BUCKET` with the actual name of your bucket. | ||
|
||
```json | ||
|
@@ -131,4 +131,4 @@ If your bucket is for Azure, send [email protected] an email with the name of | |
information you gathered per the steps above. | ||
Let us know whether you want to use this storage bucket to for your whole Flow account, or just a | ||
specific [prefix](../concepts/catalogs.md#namespace). | ||
We'll be in touch when it's done! | ||
We'll be in touch when it's done! |