frostfs-s3-gw/api/handler
Denis Kirillov 07b60b15b3
All checks were successful
/ DCO (pull_request) Successful in 32s
/ Vulncheck (pull_request) Successful in 1m7s
/ Builds (pull_request) Successful in 1m36s
/ Lint (pull_request) Successful in 2m0s
/ Tests (pull_request) Successful in 1m20s
/ OCI image (pull_request) Successful in 2m3s
/ Vulncheck (push) Successful in 1m1s
/ Builds (push) Successful in 1m2s
/ Lint (push) Successful in 2m14s
/ Tests (push) Successful in 1m28s
/ OCI image (push) Successful in 1m56s
[#644] Support keepalive during listing
Send whitespaces every time as new object in list is ready
to prevent client from context cancelling.

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2025-02-27 09:37:04 +03:00
..
acl.go [#498] handler: Add spans to detail the trace 2025-02-18 18:14:11 +03:00
acl_test.go [#585] Add ListBuckets handler test 2025-01-21 07:49:19 +00:00
api.go [#644] Support keepalive during listing 2025-02-27 09:37:04 +03:00
api_test.go [#266] Support per namespace placement policies configuration 2023-11-28 16:12:42 +03:00
attributes.go [#498] handler: Add spans to detail the trace 2025-02-18 18:14:11 +03:00
attributes_test.go [#219] Return ETag in quotes 2023-11-22 11:12:32 +00:00
bucket_list.go [#498] handler: Add spans to detail the trace 2025-02-18 18:14:11 +03:00
bucket_list_test.go [#585] Add ListBuckets handler test 2025-01-21 07:49:19 +00:00
copy.go [#498] handler: Add spans to detail the trace 2025-02-18 18:14:11 +03:00
copy_test.go [#357] Add check of request and resource tags 2024-04-17 07:06:58 +00:00
cors.go [#637] Add IO tags 2025-02-25 12:16:32 +03:00
cors_test.go [#594] Fix unmarshal cors: expected element in name space error 2025-01-16 12:55:53 +00:00
delete.go [#498] handler: Add spans to detail the trace 2025-02-18 18:14:11 +03:00
delete_test.go [#612] Make Content-Md5 header check optional 2025-02-12 14:29:19 +03:00
encryption_test.go [#598] Fix response code for invalid Content-Md5 header 2025-01-16 12:59:17 +00:00
get.go [#647] Dont send error after returning object payload 2025-02-25 10:01:58 +00:00
get_test.go [#647] Dont send error after returning object payload 2025-02-25 10:01:58 +00:00
handler_fuzz_test.go [#596] Use zaptest.Logger 2025-02-21 15:53:27 +03:00
handlers_test.go [#644] Support keepalive during listing 2025-02-27 09:37:04 +03:00
head.go [#498] handler: Add spans to detail the trace 2025-02-18 18:14:11 +03:00
head_test.go [#563] Ignore precondition headers with invalid date format 2024-11-27 12:07:04 +03:00
info.go [#498] handler: Add spans to detail the trace 2025-02-18 18:14:11 +03:00
lifecycle.go [#637] Add IO tags 2025-02-25 12:16:32 +03:00
lifecycle_test.go [#612] Make Content-Md5 header check optional 2025-02-12 14:29:19 +03:00
locking.go [#498] handler: Add spans to detail the trace 2025-02-18 18:14:11 +03:00
locking_test.go [#556] Check bucket name not only during creation 2024-11-20 08:13:27 +00:00
multipart_upload.go [#498] handler: Add spans to detail the trace 2025-02-18 18:14:11 +03:00
multipart_upload_test.go [#623] Fix using copy numbers during multipart 2025-02-06 14:41:27 +03:00
not_support.go [#501] Consider using request logger in logAndSendError 2024-11-02 08:51:48 +00:00
object_list.go [#644] Support keepalive during listing 2025-02-27 09:37:04 +03:00
object_list_test.go [#644] Support keepalive during listing 2025-02-27 09:37:04 +03:00
patch.go [#498] handler: Add spans to detail the trace 2025-02-18 18:14:11 +03:00
patch_test.go [#563] Ignore precondition headers with invalid date format 2024-11-27 12:07:04 +03:00
put.go [#648] fix: Prevent InternalError response in PostObject handler 2025-02-25 09:46:54 +00:00
put_test.go [#648] fix: Prevent InternalError response in PostObject handler 2025-02-25 09:46:54 +00:00
response.go [#585] Add ListBuckets pagination 2025-01-21 07:49:19 +00:00
s3encoder.go [#405] English Check 2022-04-22 14:01:40 +03:00
s3encoder_test.go [#155] Added s3 url encoder 2021-07-14 11:34:49 +03:00
s3reader.go [#642] Fix streaming empty body 2025-02-13 16:55:27 +03:00
s3reader_test.go [#607] Support sigV4a streaming with trailers 2025-02-03 18:25:15 +03:00
s3unsignedreader.go [#642] Fix streaming empty body 2025-02-13 16:55:27 +03:00
s3v4aReader.go [#642] Fix streaming empty body 2025-02-13 16:55:27 +03:00
tagging.go [#498] handler: Add spans to detail the trace 2025-02-18 18:14:11 +03:00
tagging_test.go [#488] Renamed api/errors, layer/frostfs and layer/tree package names 2024-10-02 12:35:04 +03:00
unimplemented.go [#501] Consider using request logger in logAndSendError 2024-11-02 08:51:48 +00:00
util.go [#644] Support keepalive during listing 2025-02-27 09:37:04 +03:00
util_test.go [#488] middleware/policy: Add frostfs-to-s3 error transformation 2024-10-02 12:35:04 +03:00
versioning.go [#498] handler: Add spans to detail the trace 2025-02-18 18:14:11 +03:00