File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
snippets/general-shared-text Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; pic
1010allowfullscreen
1111></iframe >
1212
13+ import S3OperationLatency from ' /snippets/general-shared-text/s3-operation-latency.mdx' ;
14+
15+ <S3OperationLatency />
16+
1317The preceding video does not show how to create an AWS account.
1418
1519For more information about requirements, see the following:
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; pic
1010allowfullscreen
1111></iframe >
1212
13+ import S3OperationLatency from ' /snippets/general-shared-text/s3-operation-latency.mdx' ;
14+
15+ <S3OperationLatency />
16+
1317The preceding video does not show how to create an AWS account; enable anonymous access to the bucket (which is supported but
1418not recommended); or generate AWS STS temporary access credentials if required by your organization's security
1519requirements. For more information about requirements, see the following:
You can’t perform that action at this time.
0 commit comments