Skip to content

Commit 8c2328c

Browse files
committed
clarify multi-region support
1 parent 499a12b commit 8c2328c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/develop/go/best-practices/data-handling/external-storage.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The Go SDK includes an S3 storage driver. Follow these steps to set it up:
3434

3535
- An Amazon S3 bucket that you have read and write access to. Refer to [lifecycle management](/external-storage#lifecycle)
3636
to ensure that your payloads remain available for the entire lifetime of the Workflow.
37+
- The S3 driver has been validated with single-region buckets. Multi-region configurations such as AWS Multi-Region Access Points (MRAP) have not been validated.
3738
- Install the S3 driver module and its dependencies: `go get go.temporal.io/sdk/contrib/aws/s3driver go.temporal.io/sdk/contrib/aws/s3driver/awssdkv2 github.com/aws/aws-sdk-go-v2/config github.com/aws/aws-sdk-go-v2/service/s3`
3839

3940
### Procedure

docs/develop/python/best-practices/data-handling/external-storage.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The Python SDK includes an S3 storage driver. Follow these steps to set it up:
3434

3535
- An Amazon S3 bucket that you have read and write access to. Refer to [lifecycle management](/external-storage#lifecycle)
3636
to ensure that your payloads remain available for the entire lifetime of the Workflow.
37+
- The S3 driver has been validated with single-region buckets. Multi-region configurations such as AWS Multi-Region Access Points (MRAP) have not been validated.
3738
- Install the `aioboto3` extra: `python -m pip install "temporalio[aioboto3]"`
3839

3940
### Procedure

0 commit comments

Comments
 (0)