trinity-1686a
trinity-1686a closed issue Deuxfleurs/garage#191 2022-01-24 21:49:54 +00:00
Handle part_number in HeadObject and GetObject
trinity-1686a opened issue Deuxfleurs/garage#201 2022-01-24 21:48:06 +00:00
minor incompatibilities on Head/GetObject with partNumber
trinity-1686a commented on pull request Deuxfleurs/garage#192 2022-01-24 21:33:40 +00:00
Handle part_number in HeadObject and GetObject (#191)

Same as above

trinity-1686a approved Deuxfleurs/garage#192 2022-01-24 21:33:40 +00:00
Handle part_number in HeadObject and GetObject (#191)

multiple small diffences with AWS. I wouldn't consider them blocking, if you want to merge this quiclky, just open an issue for them.

trinity-1686a commented on pull request Deuxfleurs/garage#192 2022-01-24 21:33:39 +00:00
Handle part_number in HeadObject and GetObject (#191)

minor missmatch with AWS : if not multipart, AWS consider everything is contained in part 1.

trinity-1686a commented on pull request Deuxfleurs/garage#192 2022-01-24 21:33:39 +00:00
Handle part_number in HeadObject and GetObject (#191)

Same as above

trinity-1686a commented on pull request Deuxfleurs/garage#192 2022-01-24 21:33:39 +00:00
Handle part_number in HeadObject and GetObject (#191)

AWS does not support this kind of request (InvalidRequest: Cannot specify both Range header and partNumber query parameter).

trinity-1686a commented on pull request Deuxfleurs/garage#192 2022-01-24 21:33:39 +00:00
Handle part_number in HeadObject and GetObject (#191)

AWS returns byte range headers and HTTP 206 (Partial Content) as if it was a range request

trinity-1686a created pull request Deuxfleurs/garage#199 2022-01-20 20:28:14 +00:00
Small code-style changes
trinity-1686a created branch code-style in trinity-1686a/garage 2022-01-20 20:27:23 +00:00
trinity-1686a pushed to code-style at trinity-1686a/garage 2022-01-20 20:27:23 +00:00
fe1d637b05 use clamp instead of min(max())
e55fa38c99 Add date verification to presigned urls (#196)
Compare 2 commits »
trinity-1686a commented on pull request Deuxfleurs/garage#194 2022-01-20 16:40:20 +00:00
Implement ListParts

prefere using clamp, min(max(..)..) is unclear and very much subject to inverting bounds.

trinity-1686a opened issue Deuxfleurs/garage#198 2022-01-19 20:45:25 +00:00
Incorrect behavior on CompleteMultipartUpload when some parts are unused
trinity-1686a pushed to presigned-urls at trinity-1686a/garage 2022-01-17 23:21:13 +00:00
e3e80396ed return 403 on anonymous query
trinity-1686a pushed to presigned-urls at trinity-1686a/garage 2022-01-17 19:11:03 +00:00
82332a8a9f return 403 on anonymous query
trinity-1686a created pull request Deuxfleurs/garage#196 2022-01-17 18:43:44 +00:00
Add date verification to presigned urls
trinity-1686a created branch presigned-urls in trinity-1686a/garage 2022-01-17 18:41:59 +00:00
trinity-1686a pushed to presigned-urls at trinity-1686a/garage 2022-01-17 18:41:59 +00:00
2735dfae46 clippy
94348831bc verify date of presigned urls properly
Compare 2 commits »
trinity-1686a pushed to refactor-router at trinity-1686a/garage 2022-01-17 14:53:31 +00:00
178e35f868 refactor s3_router and api_server to make unused Endpoint parameters more obvious
7c049f1c94 Fix extreme value to be less extreme so that integration test works on 32bits
fdcddbe168 Fix Multipart Upload with WinSCP (#164) (#193)
b45dcc1925 Support STREAMING-AWS4-HMAC-SHA256-PAYLOAD (#64) (#156)
Compare 4 commits »
trinity-1686a pushed to refactor-router at trinity-1686a/garage 2022-01-17 12:58:21 +00:00
77200a8664 rustfmt
ff4cfe6e56 fix clippy lints
Compare 2 commits »