Join Slack
Powered by
Prefect 2: Hi team, is there a way to specify resu...
# ask-community
s
Shaoyi Zhang
04/24/2023, 6:20 PM
Prefect 2: Hi team, is there a way to specify result storage as a S3 bucket for a particular AWS region or does Prefect figure outs the AWS region automatically?
✅ 1
s
Serina
04/24/2023, 7:14 PM
We can use an optional block to specify result storage:
https://docs.prefect.io/latest/api-ref/prefect/flows/?h=result_storage#prefect.flows.Flow
In this case an S3 block:
https://docs.prefect.io/latest/concepts/filesystems/#s3
Serina
04/24/2023, 7:15 PM
s3 bucket names are globally unique:
https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html
31
Views
Open in Slack
Previous
Next