frostfs-s3-gw/api
Denis Kirillov 5d6d5e41d0
Some checks failed
/ DCO (pull_request) Successful in 1m40s
/ Builds (1.20) (pull_request) Successful in 2m22s
/ Builds (1.21) (pull_request) Successful in 1m56s
/ Vulncheck (pull_request) Failing after 2m40s
/ Lint (pull_request) Successful in 4m31s
/ Tests (1.20) (pull_request) Successful in 2m45s
/ Tests (1.21) (pull_request) Successful in 2m38s
[#398] Support retryer
Add two strategy for PutBucketSettings request retryer:
* exponential backoff (increasing up to `max_backoff` delays with jitter)
* constant backoff (always the same `max_backoff` delay between requests)

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>

(cherry picked from commit bb81afc14a)
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2024-06-19 08:55:45 +03:00
..
auth [#318] Fix tests 2024-02-29 17:30:28 +03:00
cache [#269] Create frostfsid wrapper with cache 2024-04-26 12:00:37 +03:00
data [#306] acl: Handle put/get acl for APE buckets 2024-02-28 17:50:08 +03:00
errors [#306] acl: Handle put/get acl for APE buckets 2024-02-28 17:50:08 +03:00
handler [#398] Support retryer 2024-06-19 08:55:45 +03:00
layer [#363] Fix removing combined object 2024-04-12 14:56:06 +03:00
middleware [#399] Add OPTIONS method for object operations 2024-06-19 08:55:45 +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 [#399] Add OPTIONS method for object operations 2024-06-19 08:55:45 +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 [#306] Simplify cid resolver for metrics 2024-03-01 17:46:16 +03:00
router_test.go [#360] Use 'c' prefix for bucket policies instead of 'n' 2024-04-10 17:40:25 +03:00