trinity-1686a
trinity-1686a pushed to more-streaming-payload at trinity-1686a/garage 2022-03-11 16:36:10 +00:00
7f14b6c24d add test framework for arbitraty S3 requests
f2e72bb05e garage_api: Update streaming payload stream unit tests
a2f49e59d1 garage_api: Handle streaming payload early in request handling
c00b2c9948 Functional tests for admin commands
8df1e186de Functional tests for website endpoints
Compare 10 commits »
trinity-1686a commented on pull request Deuxfleurs/garage#262 2022-03-07 15:07:46 +00:00
add support for kubernetes service discovery

could you add the following line please?

trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-16 22:52:23 +00:00
32864bb8f3 re-update cargo.nix
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-16 22:48:45 +00:00
cea91e7a7d re-update cargo.nix
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-16 22:43:00 +00:00
3536903a58 re-update cargo.nix
fe9210f071 address review comments
93637d40ec correct location, response xml and behavior on missing filename
63948190e4 stricter policy validation
e0aee72a9c fix review comments
Compare 16 commits »
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-16 22:30:57 +00:00
0fae509b29 address review comments
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-16 22:30:01 +00:00
a19079ba1a address review comments
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-16 22:28:13 +00:00
fe9cedfdf5 address review comments
trinity-1686a commented on pull request Deuxfleurs/garage#222 2022-02-16 22:25:28 +00:00
Support for PostObject

turns out AWS ignore this, and only consider content type set in what I called param, not in the field metadata

trinity-1686a commented on pull request Deuxfleurs/garage#222 2022-02-15 17:18:40 +00:00
Support for PostObject

see comment on key

trinity-1686a commented on pull request Deuxfleurs/garage#222 2022-02-15 17:17:58 +00:00
Support for PostObject

this is not specified, it's however the behavior of AWS. policy and x-amz-signature are the only two fields I found to not be required in the policy. Even x-amz-credential, which is definitelly…

trinity-1686a commented on pull request Deuxfleurs/garage#222 2022-02-15 17:14:31 +00:00
Support for PostObject

that was actually how a previous iteration worked. This behavior was added because it's exactly how AWS behave (not that I can say I agree with that behavior)

trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-12 13:14:05 +00:00
16cd481d1a fix bad merge on cargo.nix
trinity-1686a pushed to post-object at trinity-1686a/garage 2022-02-12 13:11:57 +00:00
f1ebcad654 fix bad merge on cargo.nix
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