garage/src/api
withinboredom a4f9f19ac3 remove size limitation in UploadPartCopy (#280)
This removes the >1mb s3_copy restriction.

This restriction doesn't seem to be documented anywhere (I could be wrong). It also causes some software to fail (such as #248).

Co-authored-by: Rob Landers <landers.robert@gmail.com>
Reviewed-on: Deuxfleurs/garage#280
Co-authored-by: withinboredom <landers.robert@gmail.com>
Co-committed-by: withinboredom <landers.robert@gmail.com>
2022-04-19 12:49:43 +02:00
..
signature fix a clippy lint 2022-03-28 15:48:55 +02:00
api_server.rs garage_api: Handle streaming payload early in request handling 2022-03-23 10:22:36 +01:00
Cargo.toml Move block manager to separate module 2022-03-23 10:25:15 +01:00
encoding.rs Improved XML serialization 2021-05-06 22:37:15 +02:00
error.rs Support for PostObject (#222) 2022-02-21 23:02:30 +01:00
helpers.rs add proper request router for s3 api (#163) 2021-12-06 15:17:47 +01:00
lib.rs add test framework for arbitraty S3 requests 2022-03-23 10:22:36 +01:00
s3_bucket.rs Support STREAMING-AWS4-HMAC-SHA256-PAYLOAD (#64) (#156) 2022-01-17 10:55:31 +01:00
s3_copy.rs remove size limitation in UploadPartCopy (#280) 2022-04-19 12:49:43 +02:00
s3_cors.rs Fix some new clippy lints 2022-03-14 12:27:49 +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 Fix some new clippy lints 2022-03-14 12:27:49 +01:00
s3_post_object.rs Support for PostObject (#222) 2022-02-21 23:02:30 +01:00
s3_put.rs Move block manager to separate module 2022-03-23 10:25:15 +01:00
s3_router.rs Remove strum crate dependency; add protobuf nix dependency 2022-03-14 10:53:00 +01:00
s3_website.rs Fix some new clippy lints 2022-03-14 12:27:49 +01:00
s3_xml.rs Support for PostObject (#222) 2022-02-21 23:02:30 +01:00