Fix gitlab intergation #125

Merged
alexvanin merged 4 commits from dkirillov/frostfs-s3-gw:bugfix/content-length-presigned-url into master 2023-06-02 14:16:21 +00:00

4 commits

Author SHA1 Message Date
0b82bd51d3 [#125] Update CHANGELOG.md
All checks were successful
DCO
Lint
Builds (1.19)
Builds (1.20)
Tests (1.19)
Tests (1.20)
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2023-06-01 17:11:04 +03:00
1381020300 [#125] Fix trailing whitespaces
All checks were successful
DCO
Lint
Tests (1.20)
Builds (1.19)
Builds (1.20)
Tests (1.19)
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2023-06-01 16:54:50 +03:00
843cd4c094 [#125] Handle negative Content-Length on put
Add computing actual object size during calculating hash on put.
Use this actual value to save in tree and cache

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2023-06-01 16:54:44 +03:00
089e2c8bc8 [#125] api/auth: DisableURIPathEscaping for presign
Don't use escaping when presign url.
Escape manually before.

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2023-06-01 16:54:31 +03:00