Jill KokaKiwi
KokaKiwi merged pull request KokaKiwi/garage#1 2022-02-04 10:50:33 +00:00
ci/upgrade-cargo2nix
KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-03 11:55:48 +00:00
06ad505cb5 tests: Fix garage integration test
KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-02 15:29:44 +00:00
ff064b8892 tests: Fix default.nix paths
KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-02 15:07:46 +00:00
1fcf363a60 tests: Fix default.nix paths
KokaKiwi created pull request Deuxfleurs/garage#215 2022-02-02 14:40:51 +00:00
Tests: Add garage integration tests
KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-02 14:36:57 +00:00
539b256525 tests: Add garage integration tests (base)
KokaKiwi created branch integration-tests in KokaKiwi/garage 2022-02-02 14:35:23 +00:00
KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-02 14:35:23 +00:00
f67029ce2a Improve testing conf + test CORS
2760f1cb17 Add advice about --fast-list
26849ed066 Add step to 0.6.0 migration guide
c99f55c420 Add restriction on part ordering in CompleteMultipartUpload
acdf893362 Fix partnumber
Compare 10 commits »
KokaKiwi pushed to fix-164 at KokaKiwi/garage 2022-01-17 10:08:45 +00:00
9a22c9905b garage_api(fixup): Fix typo on Multipart Upload parsing function
7550d230df garage_api(multipart_upload): Fix incorrect error on some weird Multipart Upload body
b45dcc1925 Support STREAMING-AWS4-HMAC-SHA256-PAYLOAD (#64) (#156)
60c0033c8b Update documentation
d4dd2e2640 Make use of website config, return error document on error
Compare 7 commits »
KokaKiwi commented on pull request Deuxfleurs/garage#193 2022-01-14 13:21:48 +00:00
Fix Multipart Upload with WinSCP (#164)

Added a dependency to #156 because both are needed to fixes #164 completely

KokaKiwi created pull request Deuxfleurs/garage#193 2022-01-14 13:20:30 +00:00
Fix Multipart Upload with WinSCP
KokaKiwi created branch fix-164 in KokaKiwi/garage 2022-01-14 13:18:59 +00:00
KokaKiwi pushed to fix-164 at KokaKiwi/garage 2022-01-14 13:18:59 +00:00
6fb38f3c3a garage_api(fixup): Fix typo on Multipart Upload parsing function
badb50e82b garage_api(multipart_upload): Fix incorrect error on some weird Multipart Upload body
Compare 2 commits »
KokaKiwi pushed to aws4-payload-signing at KokaKiwi/garage 2022-01-14 13:10:00 +00:00
11a1f3f6cf garage_api(fixup): Verify Content-SHA256 header for multipart upload only when needed.
KokaKiwi pushed to aws4-payload-signing at KokaKiwi/garage 2022-01-13 15:45:55 +00:00
b2eda2c13e garage_api(fixup): Fix stream early ending edge-case
e7e8ce73e3 garage_api(fixup): Fix unlimited buffering
847b5ad407 garage_api(fixup): Fix unexpected EOF error
561f614b6e ci: Use HTTP endpoint for minio
bf08e62ce0 garage_api(fixup): Handle interrupted stream (unittest included)
Compare 15 commits »
KokaKiwi pushed to aws4-payload-signing at KokaKiwi/garage 2022-01-12 14:46:57 +00:00
4c57fb892b garage_api(fixup): Fix unlimited buffering
KokaKiwi pushed to aws4-payload-signing at KokaKiwi/garage 2022-01-11 15:11:25 +00:00
7e18d2543e garage_api(fixup): Fix unexpected EOF error
KokaKiwi pushed to aws4-payload-signing at KokaKiwi/garage 2022-01-11 11:08:59 +00:00
b2db927077 ci: Use HTTP endpoint for minio
bbb2f81145 garage_api(fixup): Handle interrupted stream (unittest included)
36cec80b10 garage_api(fixup): Fixups from reviews
fa0ed7f3ee nix(garage_api): Add missing signature submodule
780d2f811a garage_api: Validate signature for chunked PUT payload
Compare 36 commits »
KokaKiwi pushed to aws4-payload-signing at KokaKiwi/garage 2022-01-10 16:40:22 +00:00
34c3bac9c2 ci: Use HTTP endpoint for minio
304bf03a76 garage_api(fixup): Handle interrupted stream (unittest included)
Compare 2 commits »
KokaKiwi pushed to aws4-payload-signing at KokaKiwi/garage 2022-01-04 12:51:27 +00:00
1b8ad53b52 garage_api(fixup): Fixups from reviews