From 5fa3b097dcf4302deebb8ea7da2362c80c3232ab Mon Sep 17 00:00:00 2001 From: Adam Hellberg Date: Thu, 14 Mar 2019 22:56:23 +0100 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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