forked from TrueCloudLab/frostfs-s3-gw
[#637] Update configuration docs
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
c3ad6d2faf
commit
33091eec68
2 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@ This document outlines major changes between releases.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Exposure of pool metrics (#615)
|
- Exposure of pool metrics (#615)
|
||||||
- Configuration of `set_copies_number` (#634)
|
- Configuration of `set_copies_number` (#634, #637)
|
||||||
### Changed
|
### Changed
|
||||||
- Improved wallet configuration via `.yaml` config and environment variables (#607)
|
- Improved wallet configuration via `.yaml` config and environment variables (#607)
|
||||||
### Removed
|
### Removed
|
||||||
|
|
|
@ -369,6 +369,7 @@ prometheus:
|
||||||
# `neofs` section
|
# `neofs` section
|
||||||
|
|
||||||
Contains parameters of requests to NeoFS.
|
Contains parameters of requests to NeoFS.
|
||||||
|
This value can be overridden with `X-Amz-Meta-Neofs-Copies-Number` header for `PutObject`, `CopyObject`, `CreateMultipartUpload`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
neofs:
|
neofs:
|
||||||
|
|
Loading…
Reference in a new issue