garage/src/api/s3
Alex 5d4b6f2173
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
Faster GetObject workflow for getting entire objects
2022-09-19 12:19:59 +02:00
..
api_server.rs Make all HTTP services optionnal 2022-09-07 17:54:16 +02:00
bucket.rs Remove/change println! in server code (fix #358) 2022-09-13 16:01:55 +02:00
copy.rs Fix clippy lint that says we should implement Eq 2022-09-13 16:08:00 +02:00
cors.rs First version of admin API (#298) 2022-05-24 12:16:39 +02:00
delete.rs Properly return HTTP 204 when deleting non-existent object (fix #227) 2022-09-14 17:07:55 +02:00
error.rs Fix Content-Type headers for {admin,k2v} errors and admin responses 2022-05-25 17:09:33 +02:00
get.rs Faster GetObject workflow for getting entire objects 2022-09-19 12:19:59 +02:00
list.rs First version of admin API (#298) 2022-05-24 12:16:39 +02:00
mod.rs First version of admin API (#298) 2022-05-24 12:16:39 +02:00
post_object.rs improve internal item counter mechanisms and implement bucket quotas (#326) 2022-06-15 20:20:28 +02:00
put.rs Make use of BytesBuf from new Netapp 2022-09-02 13:46:42 +02:00
router.rs First version of admin API (#298) 2022-05-24 12:16:39 +02:00
website.rs First version of admin API (#298) 2022-05-24 12:16:39 +02:00
xml.rs Fix clippy lint that says we should implement Eq 2022-09-13 16:08:00 +02:00