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
Describe the bug
i am not able to set the db path from amazon s3 filepath. as db is growing day by day i want ot store flower.db in a different server like amazon s3. it is not working
To Reproduce
Steps to reproduce the behavior:
create a flowerconfig.py file in project directory
Error
File "/usr/lib/python3.11/dbm/init.py", line 95, in open
rocktomic-flower | return mod.open(file, flag, mode)
rocktomic-flower | ^^^^^^^^^^^^^^^^^^^^^^^^^^
rocktomic-flower | _dbm.error: [Errno 2] No such file or directory: 'https://rocktomic.s3.ap-south-1.amazonaws.com/common-file/flower.db'
Screenshots
see the screenshot in attachemnt
The text was updated successfully, but these errors were encountered:
Describe the bug
i am not able to set the db path from amazon s3 filepath. as db is growing day by day i want ot store flower.db in a different server like amazon s3. it is not working
To Reproduce
Steps to reproduce the behavior:
basic_auth = ['sun:flower']
persistent = True
db = "https://rocktomic.s3.ap-south-1.amazonaws.com/common-file/flower.db"
Error
File "/usr/lib/python3.11/dbm/init.py", line 95, in open
rocktomic-flower | return mod.open(file, flag, mode)
rocktomic-flower | ^^^^^^^^^^^^^^^^^^^^^^^^^^
rocktomic-flower | _dbm.error: [Errno 2] No such file or directory: 'https://rocktomic.s3.ap-south-1.amazonaws.com/common-file/flower.db'
Screenshots
see the screenshot in attachemnt
The text was updated successfully, but these errors were encountered: