Update README

This commit is contained in:
Adam Hellberg 2019-03-14 22:56:23 +01:00
parent dd1d03f955
commit 5fa3b097dc
No known key found for this signature in database
GPG key ID: CFC01CAD18FBA436

View file

@ -21,6 +21,12 @@ media_storage_providers:
store_synchronous: True
config:
bucket: <S3_BUCKET_NAME>
# All of the below options are optional, for use with non-AWS S3-like
# services, or to specify access tokens here instead of some external method.
region_name: <S3_REGION_NAME>
endpoint_url: <S3_LIKE_SERVICE_ENDPOINT_URL>
access_key_id: <S3_ACCESS_KEY_ID>
secret_access_key: <S3_SECRET_ACCESS_KEY>
```
This module uses `boto3`, and so the credentials should be specified as