Skip to content
Snippets Groups Projects
Commit dbeb0468 authored by Rudel Fankep's avatar Rudel Fankep
Browse files

change s3 environment variable

parent 91d244d1
No related branches found
No related tags found
No related merge requests found
......@@ -85,8 +85,8 @@ def get_remote_databases_directory(args):
web_dir = 's3://db_storage'
if args.store:
web_dir = args.store
elif 'S3_DBDIR' in os.environ:
web_dir = os.environ['S3_DBDIR']
elif 'DBMAN_S3DIR' in os.environ:
web_dir = os.environ['DBMAN_S3DIR']
return web_dir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment