Skip to content

Commit 018fe87

Browse files
authored
S3-based connectors: S3 operation latency warning note (#706)
1 parent 34dcf5a commit 018fe87

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

snippets/general-shared-text/delta-table.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; pic
1010
allowfullscreen
1111
></iframe>
1212

13+
import S3OperationLatency from '/snippets/general-shared-text/s3-operation-latency.mdx';
14+
15+
<S3OperationLatency />
16+
1317
The preceding video does not show how to create an AWS account.
1418

1519
For more information about requirements, see the following:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Warning>
2+
If you are experiencing S3 connector or workflow failures after adding a new S3 bucket or updating an existing S3 bucket,
3+
it could be due to S3 latency issues. You might need to wait up to a few hours before any related S3 connectors
4+
and workflows begin working without failures.
5+
6+
Various Amazon S3 operations such as propagating DNS records for new buckets, updating bucket access policies and
7+
permissions, reusing bucket names after deletion, and using AWS Regions that are not geographically closer
8+
to your users or applications, can take a few minutes to hours to fully propagate across the Amazon network.
9+
</Warning>

snippets/general-shared-text/s3.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; pic
1010
allowfullscreen
1111
></iframe>
1212

13+
import S3OperationLatency from '/snippets/general-shared-text/s3-operation-latency.mdx';
14+
15+
<S3OperationLatency />
16+
1317
The preceding video does not show how to create an AWS account; enable anonymous access to the bucket (which is supported but
1418
not recommended); or generate AWS STS temporary access credentials if required by your organization's security
1519
requirements. For more information about requirements, see the following:

0 commit comments

Comments
 (0)