forked from TrueCloudLab/frostfs-s3-gw
parent
ef556bd8ac
commit
655889a1a2
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 |
|
||||
|----|-------------------------|----------|
|
||||
|
|
Loading…
Reference in a new issue