frostfs-s3-gw/api
Roman Loginov a990fb13d1 [#583] Fix list-buckets vhs routing
The problem is that with VHS requests,
the list-buckets operation does not work
because the request is filtered on
list-objects-v1. Since list-buckets can
also have query parameters, in the end it
is necessary to distinguish list-buckets
from list-objects-v1 only by the presence
of the bucket name in the URL (provided
that the request is in VHS style).

Signed-off-by: Roman Loginov <r.loginov@yadro.com>
2024-12-17 13:02:28 +03:00
..
auth [#505] authmate: Add flag for headers in generate-presigned-url cmd 2024-11-02 08:53:54 +00:00
cache [#509] Support fallback address when getting box 2024-10-23 15:01:31 +03:00
data [#536] Add prefix to lifecycle rule 2024-11-12 12:51:02 +00:00
errors [#584] Return BucketAlreadyExists when global domain taken 2024-12-16 17:06:43 +03:00
handler [#543] Add md5 sse-c S3Tests compatability 2024-11-28 06:06:55 +00:00
layer [#584] Return BucketAlreadyExists when global domain taken 2024-12-16 17:06:43 +03:00
middleware [#583] Fix list-buckets vhs routing 2024-12-17 13:02:28 +03:00
resolver [#576] Update frostfs-sdk-go version and drop frostfs-api-go 2024-12-13 05:05:48 +03:00
headers.go [#31] Add force bucket delete flag 2024-07-25 14:04:54 +03:00
host_bucket_router.go [#149] Add host bucket router 2023-07-11 17:25:09 +03:00
router.go [#583] Fix list-buckets vhs routing 2024-12-17 13:02:28 +03:00
router_filter.go [#583] Fix list-buckets vhs routing 2024-12-17 13:02:28 +03:00
router_filter_test.go [#174] Fix router filter query matching 2023-07-20 12:30:17 +03:00
router_mock_test.go [#488] middleware/policy: Add frostfs-to-s3 error transformation 2024-10-02 12:35:04 +03:00
router_test.go [#583] Fix list-buckets vhs routing 2024-12-17 13:02:28 +03:00