Alex Vanin
Alex Vanin
External code of NeoFS services also reads passwords from config in many cases. Personally, I won't be upset with `s/passwd/[]byte(passwd)/g` if it reduces security risks.
Erasure codes can be implemented on a containers with `REP 1` policy. One replica doesn't make sense in terms of netmap placement algorithm, so it can notify node or the...
There are more objects that can't be replicated due to the same error ``` "object": "A12rhV2i6P6Fsc3U98EKztRhaqXhdfqy83e4nRGGwCjk/8rXEt5NXbyM4TjTvukbfd8apJ27VzvDK3yMz2qUEeaFd", "error": ...could not send the request: access to operation PUT is denied by basic...
What we can do to decrease number of such failures: 1. make a priority in object listing at policer component to replicate objects that are out of container first, 2....
From the service side, the cost of 2nd option is to have one/two extra requests. Is it possible to take advantage of https://github.com/nspcc-dev/neofs-api/issues/220 in trusted environment and avoid setting object.IDs?...