From 5537bcd4aed695d73aeb22b5a61f8628d96eb233 Mon Sep 17 00:00:00 2001 From: Shreyas Karnik Date: Tue, 24 Mar 2015 18:28:20 -0500 Subject: [PATCH] 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 428884e1a..9441116b0 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 ```