garage/src/api/s3
Alex 2e90e1c124
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed
continuous-integration/drone Build is passing
Merge branch 'main' into next
2023-08-29 11:32:42 +02:00
..
api_server.rs fix test; simplify code 2023-06-09 16:23:37 +02:00
bucket.rs More clippy fixes 2023-01-26 17:26:32 +01:00
copy.rs Adapt S3 API code to use new multipart upload models 2023-06-09 16:23:37 +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 error.rs: Corrected error messages to say unexpected scope. 2023-02-02 16:20:31 +00:00
get.rs comments and clippy lint fixes 2023-06-09 16:23:37 +02:00
list.rs multipartupload in test: add forgotten timestamp 2023-06-13 23:10:46 +02:00
mod.rs Adapt S3 API code to use new multipart upload models 2023-06-09 16:23:37 +02:00
multipart.rs multipart uploads: save timestamp 2023-06-13 10:48:22 +02:00
post_object.rs post_object.rs: Fixed typos / grammar. 2023-08-01 15:31:39 +01:00
put.rs UploadPart: automatic cleanup of version (and reference blocked) when interrupted 2023-06-09 16:23:37 +02:00
router.rs Fix router keyword handling (fix #442) 2022-12-12 12:05:37 +01: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