trinity-1686a
trinity-1686a pushed to k2v-client at trinity-1686a/garage 2022-05-16 16:26:35 +00:00
eca192af43 add readme with cli usage example
0deaf882cd add cli
Compare 2 commits »
trinity-1686a pushed to k2v-client at trinity-1686a/garage 2022-05-16 16:24:25 +00:00
d15f3ff083 add readme with cli usage example
trinity-1686a pushed to k2v-client at trinity-1686a/garage 2022-05-16 16:15:50 +00:00
bec69724b5 add cli
trinity-1686a commented on pull request Deuxfleurs/garage#303 2022-05-16 15:10:37 +00:00
add a crate k2v client

I noticed when testing, but apparently I forgot to commit

trinity-1686a pushed to k2v-client at trinity-1686a/garage 2022-05-14 13:56:25 +00:00
d0e3434104 fix CI
trinity-1686a pushed to k2v-client at trinity-1686a/garage 2022-05-14 13:47:14 +00:00
149695e144 fix CI
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…