From 98e2aa96de2189d9909c74b848dc5ec045149849 Mon Sep 17 00:00:00 2001 From: Shreyas Karnik Date: Tue, 24 Mar 2015 18:16:02 -0500 Subject: [PATCH 1/2] removing references to chunksize which is optional --- doc/configuration.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/configuration.md b/doc/configuration.md index f9cbf197..428884e1 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -20,7 +20,6 @@ storage: encrypt: true secure: true v4auth: true - chunksize: 32000 rootdirectory: /s3/object/name/prefix auth: silly: @@ -118,7 +117,6 @@ storage: encrypt: true secure: true v4auth: true - chunksize: 32000 rootdirectory: /s3/object/name/prefix ``` From 5537bcd4aed695d73aeb22b5a61f8628d96eb233 Mon Sep 17 00:00:00 2001 From: Shreyas Karnik Date: Tue, 24 Mar 2015 18:28:20 -0500 Subject: [PATCH 2/2] Added valid values to the configuration examples Signed-off-by: Shreyas Karnik --- doc/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/configuration.md b/doc/configuration.md index 428884e1..9441116b 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -20,6 +20,7 @@ storage: encrypt: true secure: true v4auth: true + chunksize: 5242880 rootdirectory: /s3/object/name/prefix auth: silly: @@ -117,6 +118,7 @@ storage: encrypt: true secure: true v4auth: true + chunksize: 5242880 rootdirectory: /s3/object/name/prefix ```