From a60b9746c9102eda0c8c75530a3f7a0ce669487b Mon Sep 17 00:00:00 2001 From: Muhammad Adinata Date: Wed, 17 Dec 2014 10:16:21 +0700 Subject: [PATCH] Include `reduced_redundancy` in readme I never know this option exists, and almost created issue about this feature. Luckily I searched this issue first. Maybe more people out there will prefer 33% cheaper pricing for storing log. --- README.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rdoc b/README.rdoc index cfdc4310..93449f96 100644 --- a/README.rdoc +++ b/README.rdoc @@ -148,6 +148,8 @@ You can change key name by "message_key" option. [utc] Use UTC instead of local time. +[reduced_redundancy] Use S3 reduced redundancy storage for 33% cheaper pricing. Default is false. + == IAM Policy The following is an example for a minimal IAM policy needed to write to an s3 bucket (matches my-s3bucket/logs, my-s3bucket-test, etc.).