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 ```