[#60] Update docs

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
pull/61/head
Alexey Vanin 2023-03-22 11:17:26 +03:00
parent ef556bd8ac
commit 655889a1a2
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 |
|----|-------------------------|----------|