Send white spaces in Complete Multipart Upload #61

Merged
alexvanin merged 1 commit from alexvanin/frostfs-s3-gw:feature/60-complete-multipart-keepalive into master 2023-07-26 21:08:00 +00:00
2 changed files with 4 additions and 1 deletions

View file

@ -25,6 +25,7 @@ This document outlines major changes between releases.
- Place billing metrics to separate url path (TrueCloudLab#26)
- Add generated deb builder files to .gitignore, and fix typo (TrueCloudLab#28)
- Limit number of objects to delete at one time (TrueCloudLab#37)
- CompleteMultipartUpload handler now sends whitespace characters to keep alive client's connection (#60)
## [0.26.0] - 2022-12-28

View file

@ -71,7 +71,9 @@ For now there are some limitations:
## Multipart
Should be supported soon.
CompleteMultipartUpload operations may take long time to complete. Gateway
sends whitespace characters to keep connection with the client alive. In this
case, gateway is unable to set proper HTTP headers like `X-Amz-Version-Id`.
| | Method | Comments |
|----|-------------------------|----------|