forked from Deuxfleurs/garage
doc/drafts: fix typo
This commit is contained in:
parent
194549ca46
commit
f0b7a0af3d
1 changed files with 2 additions and 2 deletions
|
@ -453,7 +453,7 @@ Request body format:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
All fields (`name`, `allow` and `deny`) are optionnal.
|
All fields (`name`, `allow` and `deny`) are optional.
|
||||||
If they are present, the corresponding modifications are applied to the key, otherwise nothing is changed.
|
If they are present, the corresponding modifications are applied to the key, otherwise nothing is changed.
|
||||||
The possible flags in `allow` and `deny` are: `createBucket`.
|
The possible flags in `allow` and `deny` are: `createBucket`.
|
||||||
|
|
||||||
|
@ -609,7 +609,7 @@ Request body format:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
All fields (`websiteAccess` and `quotas`) are optionnal.
|
All fields (`websiteAccess` and `quotas`) are optional.
|
||||||
If they are present, the corresponding modifications are applied to the bucket, otherwise nothing is changed.
|
If they are present, the corresponding modifications are applied to the bucket, otherwise nothing is changed.
|
||||||
|
|
||||||
In `websiteAccess`: if `enabled` is `true`, `indexDocument` must be specified.
|
In `websiteAccess`: if `enabled` is `true`, `indexDocument` must be specified.
|
||||||
|
|
Loading…
Reference in a new issue