From a38b15b2a8588d734ebd43b9471aa9d6278feeb4 Mon Sep 17 00:00:00 2001 From: Kevin Kuehler Date: Thu, 12 Mar 2020 11:35:31 -0700 Subject: [PATCH] doc: Add undocumented storage_class to example (#32) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17cd462..e49759c 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,12 @@ media_storage_providers: access_key_id: secret_access_key: - # also optional. The maximum number of concurrent threads which will be used - # to connect to S3. Each thread manages a single connection. Default is 40. + # The object storage class used when uploading files to the bucket. + # Default is STANDARD. + #storage_class: "STANDARD_IA" + + # The maximum number of concurrent threads which will be used to connect + # to S3. Each thread manages a single connection. Default is 40. # #threadpool_size: 20 ```