From 98e2aa96de2189d9909c74b848dc5ec045149849 Mon Sep 17 00:00:00 2001 From: Shreyas Karnik Date: Tue, 24 Mar 2015 18:16:02 -0500 Subject: [PATCH] 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 f9cbf1976..428884e1a 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 ```