Created
November 28, 2018 09:34
-
-
Save pratheekhegde/72bfd024285162df2614f2c317e3ff3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWS_STORAGE_BUCKET_NAME = 'mybucket' | |
AWS_S3_REGION_NAME = 'us-east-1' | |
AWS_ACCESS_KEY_ID = "minio_access" | |
AWS_SECRET_ACCESS_KEY = "minio_secret" | |
S3_USE_SIGV4 = True | |
AWS_S3_ENDPOINT_URL = 'http://127.0.0.1:9000' | |
AWS_S3_USE_SSL = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment