frostfs-s3-gw/api/middleware
Roman Loginov 09412d8f20 [#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 12:39:09 +00:00
..
address_style.go [#493] Fix X-Frostfs-S3-VHS header processing 2024-09-16 14:28:19 +03:00
address_style_test.go [#493] Fix X-Frostfs-S3-VHS header processing 2024-09-16 14:28:19 +03:00
auth.go [#570] Update frostfs-sdk-go with new tree service client 2024-12-09 15:08:48 +03:00
constants.go [#369] Enhanced http requests logging 2024-09-11 15:25:09 +03:00
log_http.go [#369] Request reproducer 2024-09-11 15:25:09 +03:00
log_http_stub.go [#369] Enhanced http requests logging 2024-09-11 15:25:09 +03:00
metrics.go [#399] Add OPTIONS method for object operations 2024-06-04 12:59:45 +00:00
middleware.go [#149] Move middlewares to separate package 2023-07-11 17:25:09 +03:00
policy.go [#583] Fix list-buckets vhs routing 2024-12-17 12:39:09 +00:00
policy_test.go [#507] Return not implemented by default in bucket router 2024-10-07 05:38:35 +00:00
reqinfo.go [#501] Add the trace id to the logs of middlware 2024-11-02 08:51:48 +00:00
reqinfo_test.go [#387] middleware: Extend test coverage 2024-05-22 15:06:02 +00:00
response.go [#501] Add the trace id to the logs of middlware 2024-11-02 08:51:48 +00:00
response_test.go [#387] middleware: Extend test coverage 2024-05-22 15:06:02 +00:00
tracing.go [#501] Add the trace id to the logs of middlware 2024-11-02 08:51:48 +00:00
tracing_test.go [#387] middleware: Extend test coverage 2024-05-22 15:06:02 +00:00
util.go [#367] Add check of AccessBox attributes 2024-04-19 06:25:26 +00:00
util_test.go [#387] middleware: Extend test coverage 2024-05-22 15:06:02 +00:00