frostfs-s3-gw/api/layer
Leonard Lyubich 880ffe7108 [] layer: Don't parameterize basic ACL of created containers
`CreateBucket` handler always creates containers with extended public
ACL, so there is no need to configure it in `NeoFS.CreateContainer`.

Make internal `NeoFS` implementation to create containers with
`eacl-public-read-write` basic ACL if corresponding parameter is unset.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-06-16 10:46:50 +03:00
..
container.go [] layer: Don't parameterize basic ACL of created containers 2022-06-16 10:46:50 +03:00
cors.go [] Optimize put objects 2022-05-31 14:48:58 +03:00
detector.go [] Add versioning cache 2021-08-25 09:15:00 +03:00
layer.go [] layer: Don't parameterize basic ACL of created containers 2022-06-16 10:46:50 +03:00
locking_test.go [] *: Refactor working with NeoFS identities 2022-05-27 17:22:37 +04:00
multipart_upload.go [] Optimize bucketInfo in initObjectPayloadReader 2022-06-03 10:57:56 +03:00
multipart_upload_test.go [] Add unittests for MultipartUpload 2021-11-30 11:32:59 +03:00
neofs.go [] layer: Don't parameterize basic ACL of created containers 2022-06-16 10:46:50 +03:00
neofs_mock.go [] Drop layer/neofs package 2022-06-07 13:59:45 +03:00
notifications.go [] Optimize put objects 2022-05-31 14:48:58 +03:00
object.go [] Drop layer/neofs package 2022-06-07 13:59:45 +03:00
object_test.go [] *: Refactor working with NeoFS identities 2022-05-27 17:22:37 +04:00
system_object.go [] Drop layer/neofs package 2022-06-07 13:59:45 +03:00
util.go [] *: Refactor working with NeoFS identities 2022-05-27 17:22:37 +04:00
util_test.go [] *: Refactor working with NeoFS identities 2022-05-27 17:22:37 +04:00
versioning.go [] *: Refactor working with NeoFS identities 2022-05-27 17:22:37 +04:00
versioning_test.go [] Handle cache cast failure 2022-06-07 17:20:26 +03:00