frostfs-s3-gw/api/handler
Denis Kirillov 5ee73fad6a
All checks were successful
/ DCO (pull_request) Successful in 4m40s
/ Vulncheck (pull_request) Successful in 5m43s
/ Lint (pull_request) Successful in 10m27s
/ Tests (1.20) (pull_request) Successful in 5m41s
/ Tests (1.21) (pull_request) Successful in 5m47s
/ Builds (1.20) (pull_request) Successful in 1m9s
/ Builds (1.21) (pull_request) Successful in 4m7s
[#248] Correct NextVersionIDMarker in listing versions
Despite the spec https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectVersions.html#API_ListObjectVersions_ResponseElements
says that
"When the number of responses exceeds the value of MaxKeys,
NextVersionIdMarker specifies the first object version not returned
 that satisfies the search criteria. Use this value for the
 version-id-marker request parameter in a subsequent request."
 the actual behavior of AWS S3 is returning NextVersionIdMarker as the last returned object version

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2023-10-31 17:36:24 +03:00
..
acl.go [#221] Expand xmlns field ignore 2023-10-13 16:21:13 +03:00
acl_test.go [#137] Refactor context data retrievers 2023-08-16 14:05:38 +00:00
api.go [#227] Add versionID header after complete multipart 2023-10-31 14:07:08 +00:00
api_test.go [#172] Convert handler config to interface 2023-10-04 11:01:27 +00:00
attributes.go [#225] Add default storage class to responses 2023-10-31 13:37:07 +00:00
attributes_test.go [#192] Add tests to make sure client_cut flag is passed to sdk 2023-08-23 06:26:55 +00:00
copy.go [#185] Use correct object size when object is combined or encrypted 2023-08-24 18:03:08 +03:00
copy_test.go [#63] multipart: Fix copying 2023-07-20 14:00:15 +03:00
cors.go [#221] Expand xmlns field ignore 2023-10-13 16:21:13 +03:00
cors_test.go [#137] Refactor context data retrievers 2023-08-16 14:05:38 +00:00
delete.go [#222] Fix marshaling errors in DeleteObjects method 2023-10-25 14:54:02 +00:00
delete_test.go [#226] Fix status code in GET/HEAD delete marker 2023-10-27 10:58:57 +03:00
encryption_test.go [#63] Add fast multipart upload 2023-07-20 14:00:15 +03:00
get.go [#225] Add default storage class to responses 2023-10-31 13:37:07 +00:00
get_test.go [#205] Add md5 checksum in header 2023-10-25 11:04:19 +03:00
handlers_test.go [#205] Add md5 checksum in header 2023-10-25 11:04:19 +03:00
head.go [#205] Add md5 checksum in header 2023-10-25 11:04:19 +03:00
head_test.go [#192] Add tests to make sure client_cut flag is passed to sdk 2023-08-23 06:26:55 +00:00
info.go [#149] Update inner imports after moving middlewares 2023-07-11 17:25:09 +03:00
list.go [#149] Update inner imports after moving middlewares 2023-07-11 17:25:09 +03:00
locking.go [#221] Expand xmlns field ignore 2023-10-13 16:21:13 +03:00
locking_test.go [#192] Add tests to make sure client_cut flag is passed to sdk 2023-08-23 06:26:55 +00:00
multipart_upload.go [#227] Add versionID header after complete multipart 2023-10-31 14:07:08 +00:00
multipart_upload_test.go [#227] Add versionID header after complete multipart 2023-10-31 14:07:08 +00:00
not_support.go [#149] Update inner imports after moving middlewares 2023-07-11 17:25:09 +03:00
notifications.go [#221] Expand xmlns field ignore 2023-10-13 16:21:13 +03:00
notifications_test.go Rename package name 2023-03-07 17:38:08 +03:00
object_list.go [#248] Correct NextVersionIDMarker in listing versions 2023-10-31 17:36:24 +03:00
object_list_test.go [#248] Correct NextVersionIDMarker in listing versions 2023-10-31 17:36:24 +03:00
put.go [#205] Add md5 checksum in header 2023-10-25 11:04:19 +03:00
put_test.go [#239] Update test for check goroutines leak 2023-10-31 13:51:23 +00:00
response.go [#225] Add default storage class to responses 2023-10-31 13:37:07 +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 [#154] Rename access key to secret key 2023-10-06 09:20:39 +00:00
tagging.go [#216] Add check tag key uniqueness 2023-10-17 14:40:29 +00:00
tagging_test.go [#216] Add check tag key uniqueness 2023-10-17 14:40:29 +00:00
unimplemented.go [#149] Update inner imports after moving middlewares 2023-07-11 17:25:09 +03:00
util.go [#227] Add versionID header after complete multipart 2023-10-31 14:07:08 +00:00
util_test.go [#143] Fix transformToS3Error function 2023-06-21 17:16:40 +03:00
versioning.go [#221] Expand xmlns field ignore 2023-10-13 16:21:13 +03:00