diff options
author | Alex Auvolat <alex@adnab.me> | 2020-04-26 20:46:21 +0000 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-04-26 20:46:33 +0000 |
commit | 0877a5500cca4f3aa85da4fff4225b154a159a09 (patch) | |
tree | cb7d7cc1b2d9815161296c46a7d7b1e7378ce7c3 /TODO | |
parent | 81ecc4999e16c58ce6d0e97501f7b6b1497f6cf6 (diff) | |
download | garage-0877a5500cca4f3aa85da4fff4225b154a159a09.tar.gz garage-0877a5500cca4f3aa85da4fff4225b154a159a09.zip |
Abort multipart upload
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ Attaining S3 compatibility -------------------------- - test & fix multipart uploads -- abort multipart upload + - fix sync not working in some cases ? (when starting from empty?) - api_server following the S3 semantics for head/get/put/list/delete: verify more that it works as intended |