You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: