frostfs-s3-gw/api/layer
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
..
encryption [#595] Fix typos and rewording 2022-08-13 10:26:00 +03:00
cache.go [#96] Move log messages to constants 2023-08-23 18:32:31 +03:00
compound.go [#175] Use gate owner as object owner 2023-08-08 12:22:33 +03:00
container.go [#197] Disable homomorphic hash for PUT 2023-10-11 12:32:48 +00:00
cors.go [#205] Add md5 checksum in header 2023-10-25 11:04:19 +03:00
detector.go [#122] Add versioning cache 2021-08-25 09:15:00 +03:00
frostfs.go [#197] Configure buffer max size for PUT 2023-10-11 12:32:48 +00:00
frostfs_mock.go [#205] Add md5 checksum in header 2023-10-25 11:04:19 +03:00
layer.go [#205] Add md5 checksum in header 2023-10-25 11:04:19 +03:00
locking_test.go [#70] Add arrays of copies numbers for location constraints 2023-05-03 13:48:26 +03:00
multi_object_reader.go [#210] Fix multipart object reader 2023-09-19 16:30:08 +03:00
multi_object_reader_test.go [#210] Fix multipart object reader 2023-09-19 16:30:08 +03:00
multipart_upload.go [#205] Add md5 checksum in header 2023-10-25 11:04:19 +03:00
multipart_upload_test.go [#186] Add unittests for MultipartUpload 2021-11-30 11:32:59 +03:00
notifications.go [#205] Add md5 checksum in header 2023-10-25 11:04:19 +03:00
object.go [#226] Fix status code in GET/HEAD delete marker 2023-10-27 10:58:57 +03:00
object_test.go [#239] Update test for check goroutines leak 2023-10-31 13:51:23 +00:00
system_object.go [#205] Add md5 checksum in header 2023-10-25 11:04:19 +03:00
tagging.go [#96] Move log messages to constants 2023-08-23 18:32:31 +03:00
tree_mock.go [#122] Fix linter warnings 2023-05-31 19:43:03 +03:00
tree_service.go Rename package name 2023-03-07 17:38:08 +03:00
util.go [#185] Use correct object size when object is combined or encrypted 2023-08-24 18:03:08 +03:00
util_test.go [#125] Handle negative Content-Length on put 2023-06-02 14:16:19 +00:00
versioning.go [#248] Correct NextVersionIDMarker in listing versions 2023-10-31 17:36:24 +03:00
versioning_test.go [#248] Correct NextVersionIDMarker in listing versions 2023-10-31 17:36:24 +03:00