Is your feature request related to a problem? Please describe.
I'm always frustrated when I think of create+setEACL pair. It's error-prone and racy in many ways. There is always a window of time when container is completely open between creation and EACL setting.
Describe the solution you'd like
Provide function to do both atomically. Unfortunately it also requires NeoFS API changes.
Describe alternatives you've considered
Leave this source of trouble.
Additional context
nspcc-dev/neofs-s3-gw#1184
Is your feature request related to a problem? Please describe.
I'm always frustrated when I think of create+setEACL pair. It's error-prone and racy in many ways. There is always a window of time when container is completely open between creation and EACL setting.
Describe the solution you'd like
Provide function to do both atomically. Unfortunately it also requires NeoFS API changes.
Describe alternatives you've considered
Leave this source of trouble.
Additional context
nspcc-dev/neofs-s3-gw#1184