Merge pull request #300 from shreyu86/master
removing references to chunksize which is optional
This commit is contained in:
commit
73be4d5e3e
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ storage:
|
||||||
encrypt: true
|
encrypt: true
|
||||||
secure: true
|
secure: true
|
||||||
v4auth: true
|
v4auth: true
|
||||||
chunksize: 32000
|
chunksize: 5242880
|
||||||
rootdirectory: /s3/object/name/prefix
|
rootdirectory: /s3/object/name/prefix
|
||||||
auth:
|
auth:
|
||||||
silly:
|
silly:
|
||||||
|
@ -118,7 +118,7 @@ storage:
|
||||||
encrypt: true
|
encrypt: true
|
||||||
secure: true
|
secure: true
|
||||||
v4auth: true
|
v4auth: true
|
||||||
chunksize: 32000
|
chunksize: 5242880
|
||||||
rootdirectory: /s3/object/name/prefix
|
rootdirectory: /s3/object/name/prefix
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue