removing references to chunksize which is optional

This commit is contained in:
Shreyas Karnik 2015-03-24 18:16:02 -05:00
parent 02b8c7b8cf
commit 98e2aa96de

View file

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