frostfs-s3-gw/api
Roman Loginov d8889fca56 [#340] Fix encode object acl
In the process of encode the acl of an object,
we use a map. As a result, when traversing the
map, we can get a different sequence of permissions
each time. Therefore, a list is used instead of a map.

Signed-off-by: Roman Loginov <r.loginov@yadro.com>
2024-04-11 09:28:30 +00:00
..
auth [#318] Fix tests 2024-02-29 17:30:28 +03:00
cache [#306] Fix forming key for bucket cache 2024-03-01 16:09:40 +03:00
data [#306] acl: Handle put/get acl for APE buckets 2024-02-28 17:50:08 +03:00
errors [#301] Support GetBucketPolicyStatus 2024-03-28 09:13:25 +03:00
handler [#340] Fix encode object acl 2024-04-11 09:28:30 +00:00
layer [#346] acl: Update APE and fix using 2024-04-02 12:43:04 +00:00
middleware [#360] Reuse single target during policy check 2024-04-10 17:56:47 +03:00
notifications [#325] Fix mutex usage in controller 2024-03-04 09:49:41 +00:00
resolver [#260] Use namespace as domain when create bucket 2023-11-27 15:30:12 +03:00
headers.go [#217] Consider Copy-Source-SSE-* headers during copy 2023-11-13 13:22:58 +00:00
host_bucket_router.go [#149] Add host bucket router 2023-07-11 17:25:09 +03:00
router.go [#301] Support GetBucketPolicyStatus 2024-03-28 09:13:25 +03:00
router_filter.go [#174] Fix router filter query matching 2023-07-20 12:30:17 +03:00
router_filter_test.go [#174] Fix router filter query matching 2023-07-20 12:30:17 +03:00
router_mock_test.go [#301] Support GetBucketPolicyStatus 2024-03-28 09:13:25 +03:00
router_test.go [#360] Use 'c' prefix for bucket policies instead of 'n' 2024-04-10 17:56:47 +03:00