Added variables to connect to Amazon S3 directly
This commit is contained in:
parent
818d78344f
commit
2600631528
4 changed files with 17 additions and 1 deletions
|
|
@ -160,3 +160,12 @@ AWS_STORAGE_BUCKET_NAME=
|
|||
# the full URL to the storage server. Example:
|
||||
# AWS_S3_ENDPOINT_URL=https://minio.mydomain.com
|
||||
# AWS_S3_ENDPOINT_URL=
|
||||
|
||||
# If you want to serve media directly from your S3 bucket rather than through a proxy,
|
||||
# set this to true
|
||||
# PROXY_MEDIA=false
|
||||
|
||||
# If you are using Amazon S3 to serve media directly, you will need to specify your region
|
||||
# name in order to access files. Example:
|
||||
# AWS_S3_REGION_NAME=eu-west-2
|
||||
# AWS_S3_REGION_NAME=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue