garage/src/api
2022-02-16 23:38:27 +01:00
..
signature refactore signature verification to avoir duplication 2022-02-16 23:38:27 +01:00
api_server.rs add basic parsing for PostObject 2022-02-16 23:38:27 +01:00
Cargo.toml working PostObject without policy support 2022-02-16 23:38:27 +01:00
encoding.rs Improved XML serialization 2021-05-06 22:37:15 +02:00
error.rs working PostObject without policy support 2022-02-16 23:38:27 +01:00
helpers.rs add proper request router for s3 api (#163) 2021-12-06 15:17:47 +01:00
lib.rs add basic parsing for PostObject 2022-02-16 23:38:27 +01:00
s3_bucket.rs Support STREAMING-AWS4-HMAC-SHA256-PAYLOAD (#64) (#156) 2022-01-17 10:55:31 +01:00
s3_copy.rs refactore params parsing 2022-02-16 23:38:27 +01:00
s3_cors.rs Handle OPTIONS on website endpoint 2022-01-24 12:32:28 +01:00
s3_delete.rs Support STREAMING-AWS4-HMAC-SHA256-PAYLOAD (#64) (#156) 2022-01-17 10:55:31 +01:00
s3_get.rs Fix partnumber 2022-01-25 12:25:23 +01:00
s3_list.rs Implement ListParts 2022-01-21 10:42:30 +01:00
s3_post_object.rs stricter policy validation 2022-02-16 23:38:27 +01:00
s3_put.rs answer a bit more like aws 2022-02-16 23:38:27 +01:00
s3_router.rs add routing for Post Object 2022-02-16 23:38:27 +01:00
s3_website.rs Handle OPTIONS on website endpoint 2022-01-24 12:32:28 +01:00
s3_xml.rs Implement {Put,Get,Delete}BucketCors and CORS in general 2022-01-24 11:58:00 +01:00