frostfs-s3-gw/api
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
..
auth [#405] English Check 2022-04-22 14:01:40 +03:00
cache [#409] Update SDK 2022-04-26 12:51:52 +04:00
data [#409] Update SDK 2022-04-26 12:51:52 +04:00
errors [#405] English Check 2022-04-22 14:01:40 +03:00
handler [#428] Update SDK 2022-05-06 14:47:06 +04:00
layer [#431] Fix ETag value 2022-05-12 21:19:59 +04:00
metrics [#405] English Check 2022-04-22 14:01:40 +03:00
notifications [#391] Refactor notifications 2022-05-06 10:59:31 +03:00
resolver [#409] Update SDK 2022-04-26 12:51:52 +04:00
headers.go [#195] Implement PUT, GET locks to certain object 2022-03-23 14:32:13 +04:00
max_clients.go [#405] English Check 2022-04-22 14:01:40 +03:00
reqinfo.go [#405] English Check 2022-04-22 14:01:40 +03:00
response.go [#405] English Check 2022-04-22 14:01:40 +03:00
router.go [#405] English Check 2022-04-22 14:01:40 +03:00
user_auth.go [#271] Add random key for no sign requests 2021-11-16 14:42:08 +03:00