Added valid values to the configuration examples
Signed-off-by: Shreyas Karnik <karnik.shreyas@gmail.com>
This commit is contained in:
parent
98e2aa96de
commit
5537bcd4ae
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ storage:
|
||||||
encrypt: true
|
encrypt: true
|
||||||
secure: true
|
secure: true
|
||||||
v4auth: true
|
v4auth: true
|
||||||
|
chunksize: 5242880
|
||||||
rootdirectory: /s3/object/name/prefix
|
rootdirectory: /s3/object/name/prefix
|
||||||
auth:
|
auth:
|
||||||
silly:
|
silly:
|
||||||
|
@ -117,6 +118,7 @@ storage:
|
||||||
encrypt: true
|
encrypt: true
|
||||||
secure: true
|
secure: true
|
||||||
v4auth: true
|
v4auth: true
|
||||||
|
chunksize: 5242880
|
||||||
rootdirectory: /s3/object/name/prefix
|
rootdirectory: /s3/object/name/prefix
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue