aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-04-24 19:01:10 +0000
committerAlex Auvolat <alex@adnab.me>2020-04-24 19:01:10 +0000
commit200f2254a378f850eaba09d30f7e48100c7124e4 (patch)
tree121a4bad1e743ded2119e659e38f513edc34493e /TODO
parenta52db679544d3777d7f33bd1f22bc965a9d79bb1 (diff)
downloadgarage-200f2254a378f850eaba09d30f7e48100c7124e4.tar.gz
garage-200f2254a378f850eaba09d30f7e48100c7124e4.zip
TODO update
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 1644f6af..83278e41 100644
--- a/TODO
+++ b/TODO
@@ -8,10 +8,10 @@ We will have to introduce lots of dummy data and then add/remove nodes many time
Attaining S3 compatibility
--------------------------
-- api_server following the S3 semantics for get/put/delete
-- implement object listing
-- possibly other necessary endpoints ?
+- api_server following the S3 semantics for head/get/put/list/delete: verify more that it works as intended
+- multipart uploads
- PUT requests: verify content-md5 if provided
+- possibly other necessary endpoints ?
Lower priority