https://prefect.io logo
Title
g

Guoying Qi

06/27/2022, 1:09 PM
Can you use self-managed S3 server as prefect storage?
Bucket name must match the regex "^[a-zA-Z0-9.\-_]{1,255}$" or be an ARN matching the regex "^arn:(aws).*:(s3|s3-object-lambda):[a-z\-0-9]*:[0-9]{12}:accesspoint[/:][a-zA-Z0-9\-.]{1,63}$|^arn:(aws).*:s3-outposts:[a-z\-0-9]+:[0-9]{12}:outpost[/:][a-zA-Z0-9\-]{1,63}[/:]accesspoint[/:][a-zA-Z0-9\-]{1,63}$"
k

Kevin Kho

06/27/2022, 3:30 PM
Check this
g

Guoying Qi

06/27/2022, 4:44 PM
@Kevin Kho Thanks. I have successfully created a FileStorageBlock using our own S3 server for a deployment. Any way I can create this storage as default?
k

Kevin Kho

06/27/2022, 7:03 PM
I think not at this time but there is work being done to make S3 Storage compatible with self hosted