Open
Description
flask-fs always tries to create the Bucket for S3
Reference:
flask-fs/flask_fs/backends/s3.py
Line 45 in 273baed
This throws an error in case a region which is not "AWS Standard" is provided, because boto3 will always take "AWS Standard" for create_bucket unless specified.
Reference: perhttps://github.com/boto/boto3/issues/781
This means that if any FS_S3_REGION is not N.Virginia - flask-fs will always fail.
The region needs to be provided for the create_bucket
Metadata
Metadata
Assignees
Labels
No labels