Open ashton opened 6 years ago
While I cannot see anything wrong in your configs -
FS_S3_ACCESS_KEY = '.....'
FS_S3_SECRET_KEY = '.....'
FS_BACKEND = 's3'
FS_S3_ENDPOINT = None
FS_S3_REGION = None
with
storage = fs.Storage('mybucketname')
fs.init_app(app, storage)
worked for me
Hi,
I have followed the documentation and configured flask-fs to use S3 Backend, but when I save a file, it is being saved locally.
App configuration:
in
app.py
:but if I execute
flask shell
:any insights of what am I doing wrong?