diff --git a/README.md b/README.md index 90f3e50..37c41e9 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ media_storage_providers: store_synchronous: True config: bucket: + # 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: + endpoint_url: + access_key_id: + secret_access_key: ``` This module uses `boto3`, and so the credentials should be specified as