frostfs-s3-gw/api
Denis Kirillov 5ee73fad6a [#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
..
auth [#154] Rename access key to secret key 2023-10-06 09:20:39 +00:00
cache [#96] Move log messages to constants 2023-08-23 18:32:31 +03:00
data [#205] Add md5 checksum in header 2023-10-25 11:04:19 +03:00
errors [#248] Correct NextVersionIDMarker in listing versions 2023-10-31 17:36:24 +03:00
handler [#248] Correct NextVersionIDMarker in listing versions 2023-10-31 17:36:24 +03:00
layer [#248] Correct NextVersionIDMarker in listing versions 2023-10-31 17:36:24 +03:00
middleware [#227] Add versionID header after complete multipart 2023-10-31 14:07:08 +00:00
notifications [#96] Move log messages to constants 2023-08-23 18:32:31 +03:00
resolver Rename package name 2023-03-07 17:38:08 +03:00
headers.go [#225] Add default storage class to responses 2023-10-31 13:37:07 +00:00
host_bucket_router.go [#149] Add host bucket router 2023-07-11 17:25:09 +03:00
router.go [#96] Move log messages to constants 2023-08-23 18:32:31 +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 [#174] Fix query for listing multipart uploads 2023-07-20 12:30:17 +03:00
router_test.go [#224] Add conditional escaping for object name 2023-10-31 13:58:51 +00:00