removing references to chunksize which is optional
This commit is contained in:
parent
02b8c7b8cf
commit
98e2aa96de
1 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@ storage:
|
||||||
encrypt: true
|
encrypt: true
|
||||||
secure: true
|
secure: true
|
||||||
v4auth: true
|
v4auth: true
|
||||||
chunksize: 32000
|
|
||||||
rootdirectory: /s3/object/name/prefix
|
rootdirectory: /s3/object/name/prefix
|
||||||
auth:
|
auth:
|
||||||
silly:
|
silly:
|
||||||
|
@ -118,7 +117,6 @@ storage:
|
||||||
encrypt: true
|
encrypt: true
|
||||||
secure: true
|
secure: true
|
||||||
v4auth: true
|
v4auth: true
|
||||||
chunksize: 32000
|
|
||||||
rootdirectory: /s3/object/name/prefix
|
rootdirectory: /s3/object/name/prefix
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue