Alex lx
lx commented on issue Deuxfleurs/garage#738 2024-02-29 11:57:55 +00:00
Can't perform PutObject operation

There are two style of URLs in AWS S3: path-style and dns-style. Here, Garage is expecting a path-style URL, where the fist component is the name of the bucket, but your client is sending a…

lx created pull request Deuxfleurs/garage#737 2024-02-29 11:48:05 +00:00
Fix potential timing side-channels in authentication mechanisms
lx deleted branch fix-token-check from Deuxfleurs/garage 2024-02-29 11:45:41 +00:00
lx pushed to fix-auth-ct-eq at Deuxfleurs/garage 2024-02-29 11:45:33 +00:00
b94532ee02 [fix-auth-ct-eq] use consant time comparison for awsv4 signature verification
c7c6d0c0f2 [fix-auth-ct-eq] use argon2 hashing and verification for admin/metrics token checking
Compare 2 commits »
lx created branch fix-auth-ct-eq in Deuxfleurs/garage 2024-02-29 11:45:32 +00:00
lx pushed to fix-token-check at Deuxfleurs/garage 2024-02-29 10:09:21 +00:00
924367ceeb [fix-token-check] use argon2 hashing for admin/metrics token checking
lx created branch fix-token-check in Deuxfleurs/garage 2024-02-29 09:57:46 +00:00
lx pushed to fix-token-check at Deuxfleurs/garage 2024-02-29 09:57:46 +00:00
d297c90d54 [fix-token-check] use argon2 hashing for admin/metrics token checking
lx pushed to sse-c at Deuxfleurs/garage 2024-02-29 09:35:10 +00:00
f682d7e006 [sse-c] simplify test-smoke and add aws s3 cp test with sse-c
lx pushed to sse-c at Deuxfleurs/garage 2024-02-28 17:47:02 +00:00
e7e8b4c158 [sse-c] sse-c testing with small and big object
c31a41c7dc [sse-c] add sse-c response headers when object is stored encrypted
Compare 2 commits »
lx pushed to sse-c at Deuxfleurs/garage 2024-02-28 17:29:21 +00:00
2b4908b697 [sse-c] add basic integration test in Garage for putobject and getobject
lx pushed to sse-c at Deuxfleurs/garage 2024-02-28 17:07:23 +00:00
ef5b114ed4 [sse-c] add encrypted copyobject and multipart tests
lx pushed to sse-c at Deuxfleurs/garage 2024-02-28 13:10:03 +00:00
75006e6d39 [sse-c] test-smoke: add basic sse-c test for PutObject and GetObject
lx deleted branch doc-dedup from Deuxfleurs/garage 2024-02-28 12:49:28 +00:00
lx merged pull request Deuxfleurs/garage#736 2024-02-28 12:49:27 +00:00
Mention deduplication and compression in features page
lx pushed to main at Deuxfleurs/garage 2024-02-28 12:49:27 +00:00
02005055ae Merge pull request 'Mention deduplication and compression in features page' (#736) from doc-dedup into main
a294dd9473 [doc-dedup] reorder features, move no-RAFT down
947973982d [doc-dedup] fix #rpc_bind_outgoing anchor in config page
dc995059aa [doc-dedup] mention deduplication and compression in features page
Compare 4 commits »
lx pushed to doc-dedup at Deuxfleurs/garage 2024-02-28 12:48:58 +00:00
a294dd9473 [doc-dedup] reorder features, move no-RAFT down
lx pushed to doc-dedup at Deuxfleurs/garage 2024-02-28 12:45:45 +00:00
947973982d [doc-dedup] fix #rpc_bind_outgoing anchor in config page
lx created pull request Deuxfleurs/garage#736 2024-02-28 12:44:05 +00:00
Mention deduplication and compression in features page
lx created branch doc-dedup in Deuxfleurs/garage 2024-02-28 12:43:52 +00:00