frostfs-s3-gw/api/layer
Alex Vanin b778c2e072 [#431] Fix ETag value
ETag is a string with SHA256 of NeoFS object payload.
Hash is taken from object header by neofs-sdk-go getter.
Checksum type in neofs-sdk-go has changes `String()`
output from `<hash>` to `SHA256:<hash>` in latest update.

S3 gateway should not be relied on unstable string format
implementations and use raw value.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2022-05-12 21:19:59 +04:00
..
neofs [#428] Update SDK 2022-05-06 14:47:06 +04:00
container.go [#428] Update SDK 2022-05-06 14:47:06 +04:00
cors.go [#195] Implement PUT, GET locks to certain object 2022-03-23 14:32:13 +04:00
detector.go [#122] Add versioning cache 2021-08-25 09:15:00 +03:00
layer.go [#428] Update SDK 2022-05-06 14:47:06 +04:00
locking_test.go [#195] Use exp epoch attribute instead of tick 2022-03-23 14:32:13 +04:00
multipart_upload.go [#409] Update SDK 2022-04-26 12:51:52 +04:00
multipart_upload_test.go [#186] Add unittests for MultipartUpload 2021-11-30 11:32:59 +03:00
notifications.go [#391] Refactor notifications 2022-05-06 10:59:31 +03:00
object.go [#431] Fix ETag value 2022-05-12 21:19:59 +04:00
object_test.go [#409] Update SDK 2022-04-26 12:51:52 +04:00
system_object.go [#409] Update SDK 2022-04-26 12:51:52 +04:00
util.go [#431] Fix ETag value 2022-05-12 21:19:59 +04:00
util_test.go [#431] Fix ETag value 2022-05-12 21:19:59 +04:00
versioning.go [#409] Update SDK 2022-04-26 12:51:52 +04:00
versioning_test.go [#409] Update SDK 2022-04-26 12:51:52 +04:00