garage/src/api/s3
Alex a0fa50dfcd
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 's3 api: refactoring and bug fix in ListObjects' (#655) from fix-list-objects into main
Reviewed-on: #655
2023-10-26 09:22:47 +00:00
..
api_server.rs Merge branch 'main' into next 2023-10-03 18:40: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 s3 bucket apis: remove redundant call 2023-08-30 23:39:28 +02:00
delete.rs DeleteObject: always insert a deletion marker with a bigger timestamp than everything before 2023-10-20 13:56:35 +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
lifecycle.rs s3api: remove redundant serde rename attribute 2023-08-31 00:00:26 +02:00
list.rs list objects: prettyness and add asserts 2023-10-19 15:26:17 +02:00
mod.rs s3: add xml structures to serialize/deserialize lifecycle configs 2023-08-29 17:44:17 +02:00
multipart.rs DeleteObject: always insert a deletion marker with a bigger timestamp than everything before 2023-10-20 13:56:35 +02:00
post_object.rs post_object.rs: Fixed typos / grammar. 2023-08-01 15:31:39 +01:00
put.rs DeleteObject: always insert a deletion marker with a bigger timestamp than everything before 2023-10-20 13:56:35 +02:00
router.rs Fix router keyword handling (fix #442) 2022-12-12 12:05:37 +01:00
website.rs s3 bucket apis: remove redundant call 2023-08-30 23:39:28 +02:00
xml.rs Fix clippy lint that says we should implement Eq 2022-09-13 16:08:00 +02:00