From 1e642a9dddec3222ef613988e02745e8600b9abb Mon Sep 17 00:00:00 2001 From: Yasin Siddiqui Date: Wed, 27 Nov 2024 08:13:57 +0530 Subject: [PATCH] Update configure-cloud-storage.md Added note to highlight that the AWS S3 bucket policy is different for the EU Data Plane --- site/docs/guides/configure-cloud-storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/guides/configure-cloud-storage.md b/site/docs/guides/configure-cloud-storage.md index 25e609d826..4910333ca5 100644 --- a/site/docs/guides/configure-cloud-storage.md +++ b/site/docs/guides/configure-cloud-storage.md @@ -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 support@estuary.dev 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! \ No newline at end of file +We'll be in touch when it's done!