trinity-1686a
trinity-1686a commented on pull request Deuxfleurs/garage#116 2021-12-06 13:46:03 +00:00
Create a more *product focused* landing page

same

trinity-1686a commented on pull request Deuxfleurs/garage#116 2021-12-06 13:46:03 +00:00
Create a more *product focused* landing page

there is as space before the :

trinity-1686a pushed to s3-router at trinity-1686a/garage 2021-12-06 10:30:02 +00:00
3043cd1a86 be more lenient and fix review comments
trinity-1686a commented on pull request Deuxfleurs/garage#163 2021-12-01 14:07:46 +00:00
add proper request router for s3 api

how does AWS S3 behave if ...

I have no idea. I'll get some free-tier S3 to check it out

trinity-1686a commented on pull request Deuxfleurs/garage#163 2021-11-29 23:07:47 +00:00
add proper request router for s3 api

api_server::parse_bucket_key should probably be reverted to before it supported vhost-style bucket, as it's now used only to parse bucket name and key from headers in CopyObject.

trinity-1686a pushed to s3-router at trinity-1686a/garage 2021-11-29 23:02:48 +00:00
41f83cff67 add tests and doc
bb2e74d98c percent-decode keys before more processing
ec57091d44 wire new request router in garage
3da95cde6e add a request router for api
7f26ed55cd Improved handling of HTTP ranges
Compare 5 commits »
trinity-1686a pushed to s3-router at trinity-1686a/garage 2021-11-29 22:43:33 +00:00
1b3203fdc2 add tests and doc
trinity-1686a pushed to s3-router at trinity-1686a/garage 2021-11-29 16:32:18 +00:00
91fbde0ee8 percent-decode keys before more processing
trinity-1686a deleted branch range-error from trinity-1686a/garage 2021-11-29 10:57:59 +00:00
trinity-1686a pushed to s3-router at trinity-1686a/garage 2021-11-28 21:48:33 +00:00
5d7b6c41b5 wire new request router in garage
trinity-1686a pushed to s3-router at trinity-1686a/garage 2021-11-28 21:13:17 +00:00
dff2977561 wire new request router in garage
trinity-1686a pushed to s3-router at trinity-1686a/garage 2021-11-28 21:02:03 +00:00
edac39409a wire new request router in garage
trinity-1686a created pull request Deuxfleurs/garage#163 2021-11-28 20:54:02 +00:00
WIP: s3-router
trinity-1686a pushed to s3-router at trinity-1686a/garage 2021-11-28 20:53:40 +00:00
b8f214876b wire new request router in garage
trinity-1686a pushed to s3-router at trinity-1686a/garage 2021-11-28 20:45:25 +00:00
07168b6b7d wire new request router in garage
trinity-1686a created branch s3-router in trinity-1686a/garage 2021-11-28 17:41:45 +00:00
trinity-1686a pushed to s3-router at trinity-1686a/garage 2021-11-28 17:41:45 +00:00
bb21ab6356 add a request router for api
8811bb08e6 In ListBuckets, hide entry if no perms
Compare 2 commits »
trinity-1686a commented on issue Deuxfleurs/garage#161 2021-11-27 22:38:13 +00:00
Return 400 bad request for non implemented API

I believe WriteGetObjectResponse should be excluded from the list.

Every endpoints except for WriteGetObjectResponse and ListBuckets uses the following header: Host:…

trinity-1686a pushed to range-error at trinity-1686a/garage 2021-11-27 14:56:04 +00:00
8a43ede301 add range header on 416 on web request