trinity-1686a
trinity-1686a commented on issue Deuxfleurs/garage#241 2022-02-11 23:59:18 +00:00
Kubernetes?

Garage supports connecting to a node using something like <hex blob>@my-domain.tld:1234. You can use that in bootstrap_peers in config, or when doing garage node connect <peer-id>. Internally,…

trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-11 23:22:14 +00:00
46c769ca00 correct location, response xml and behavior on missing filename
0a5148ba99 stricter policy validation
6317b1c698 fix review comments
37372ed7dc answer a bit more like aws
42a803ec61 add length support to post policy
Compare 22 commits »
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-11 23:09:29 +00:00
e5d1856f17 correct location, response xml and behavior on missing filename
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-09 11:41:17 +00:00
9f883bfa15 stricter policy validation
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-09 11:19:08 +00:00
f18b1d1f03 fix review comments
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-08 21:38:14 +00:00
16ba592694 answer a bit more like aws
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-07 18:55:10 +00:00
f551062456 add length support to post policy
8eaba9e615 add post object policy support
bc7242d01a refactore params parsing
259cd7e02c refactore signature verification to avoir duplication
fca685e67d update Cargo.nix and fix clippy
Compare 17 commits »
trinity-1686a commented on pull request Deuxfleurs/garage#222 2022-02-07 18:51:55 +00:00
Support for PostObject

the actual response should be

trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-07 18:40:27 +00:00
4f52708111 add length support to post policy
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-06 15:03:47 +00:00
04c1b67721 add post object policy support
trinity-1686a opened issue Deuxfleurs/garage#227 2022-02-06 08:41:58 +00:00
DeleteObject should almost always return 204
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-05 23:13:35 +00:00
11bb514b34 refactore params parsing
dca1018cd5 refactore signature verification to avoir duplication
Compare 2 commits »
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-05 23:09:48 +00:00
15fdbb48e2 refactore params parsing
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-05 19:36:10 +00:00
5a309f5751 refactore signature verification to avoir duplication
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-05 13:00:59 +00:00
853e18bd44 update Cargo.nix and fix clippy
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-05 12:52:48 +00:00
6a42cd027e update Cargo.nix
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-05 12:51:18 +00:00
30e8e885a5 update Cargo.nix
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-05 12:48:09 +00:00
73d234c893 working PostObject without policy support
5886be7f0a add basic parsing for PostObject
c5c3fa3f1a add routing for Post Object
935670690f Probably fix test-smoke
ae2f32baf1 Hide deleted key in bucket info (fix #211)
Compare 7 commits »
trinity-1686a created pull request Deuxfleurs/garage#222 2022-02-05 12:46:02 +00:00
WIP: Support for PostObject
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-05 12:39:56 +00:00
569f7496ae working PostObject without policy support