Skip to content

Instantly share code, notes, and snippets.

@pratheekhegde
Created November 28, 2018 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pratheekhegde/72bfd024285162df2614f2c317e3ff3a to your computer and use it in GitHub Desktop.
Save pratheekhegde/72bfd024285162df2614f2c317e3ff3a to your computer and use it in GitHub Desktop.
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