trinity-1686a
trinity-1686a pushed to k2v-client at trinity-1686a/garage 2022-05-14 11:21:10 +00:00
2e614a2ad9 downgrade k2v-client edition to 2018 to please CI
trinity-1686a commented on pull request Deuxfleurs/garage#303 2022-05-14 11:19:22 +00:00
add a crate k2v client

The documentation says the response is

trinity-1686a created pull request Deuxfleurs/garage#303 2022-05-14 11:16:37 +00:00
add a crate k2v client
trinity-1686a created branch k2v-client in trinity-1686a/garage 2022-05-14 11:12:12 +00:00
trinity-1686a pushed to k2v-client at trinity-1686a/garage 2022-05-14 11:12:12 +00:00
dd55af7efc initial implementation of a k2v client
5768bf3622 First implementation of K2V (#293)
def78c5e6f Update netapp to 0.4.4, fix #300
277a20ec44 Fix `layout show` to not show changes when there are no changes (#297)
c9ef3e461b fix clippy
Compare 10 commits »
trinity-1686a commented on pull request Deuxfleurs/garage#293 2022-05-02 13:48:51 +00:00
K2V

ReadItem reads a single triplet, so I don't think it's affected? Also, are other *Batch affected. I assume no, but this should probably be explicited

trinity-1686a commented on pull request Deuxfleurs/garage#293 2022-05-02 13:31:50 +00:00
K2V

maybe singleItem should be true by default for delete operation, that would be safer against faulty API usage (it would probably require being the same for SEARCH, for the sake of coherence)

trinity-1686a commented on pull request Deuxfleurs/garage#293 2022-05-02 13:31:50 +00:00
K2V

which will

trinity-1686a commented on pull request Deuxfleurs/garage#293 2022-05-02 13:31:50 +00:00
K2V

quick review of k2v spec. Overall looks good, see comments for details

trinity-1686a commented on pull request Deuxfleurs/garage#293 2022-05-02 13:31:49 +00:00
K2V

are triples and triplets the same thing? If they are different we should clarify how, and if they are the same, we should use only one word to name them.

trinity-1686a commented on pull request Deuxfleurs/garagehq.deuxfleurs.fr#6 2022-04-05 16:17:34 +00:00
Blog post inroducing Garage v0.7

could you suggest (and maybe shocase) a safer way?

trinity-1686a commented on pull request Deuxfleurs/garagehq.deuxfleurs.fr#6 2022-04-05 16:17:33 +00:00
Blog post inroducing Garage v0.7

some word is missing. maybe "if you want a more interactive reading"?

trinity-1686a commented on pull request Deuxfleurs/garagehq.deuxfleurs.fr#6 2022-04-05 16:17:33 +00:00
Blog post inroducing Garage v0.7

containing

trinity-1686a commented on pull request Deuxfleurs/garage#280 2022-04-04 09:34:58 +00:00
remove size limitation in copy

compatibility with the S3 API UploadPartCopy but currently I am unable to find the part in the documentation

After re-checking the documentation, this is probably us miss-interpreting AWS…

trinity-1686a pushed to more-streaming-payload at KokaKiwi/garage 2022-03-22 20:41:01 +00:00
a5374a4fdf cleanup
trinity-1686a pushed to more-streaming-payload at KokaKiwi/garage 2022-03-22 20:39:46 +00:00
cbf86fc2d8 cleanup
trinity-1686a pushed to more-streaming-payload at KokaKiwi/garage 2022-03-22 17:21:18 +00:00
db96d2b8bd cleanup
trinity-1686a pushed to more-streaming-payload at KokaKiwi/garage 2022-03-21 20:15:28 +00:00
84eeaa7803 add test for create bucket and put website with streaming signature
6ea6a8d6d1 add test framework for arbitraty S3 requests
4458996ea5 garage_api: Update streaming payload stream unit tests
81f1db6060 garage_api: Handle streaming payload early in request handling
aea8b41728 document request routing logic
Compare 14 commits »
trinity-1686a pushed to more-streaming-payload at KokaKiwi/garage 2022-03-21 20:08:05 +00:00
fc1c0e30b3 add test for create bucket and put website with streaming signature
trinity-1686a created branch more-streaming-payload in trinity-1686a/garage 2022-03-11 16:36:10 +00:00