aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3/put.rs
Commit message (Expand)AuthorAgeFilesLines
* [dep-upgrade-202402] refactor use of BodyStreamAlex Auvolat2024-02-071-8/+6
* [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-051-8/+12
* DeleteObject: always insert a deletion marker with a bigger timestamp than ev...increasing-timestampsAlex Auvolat2023-10-201-2/+2
* s3 api: also ensure increasing timestamps for create_multipart_uploadAlex Auvolat2023-10-201-5/+9
* remove now-unused key parameter in check_quotasAlex Auvolat2023-10-201-3/+2
* check_quotas: avoid re-fetching object from object tableAlex Auvolat2023-10-181-8/+10
* Ensure increasing version timestamps in PutObjectAlex Auvolat2023-10-181-6/+18
* UploadPart: automatic cleanup of version (and reference blocked) when interru...Alex Auvolat2023-06-091-11/+18
* Adapt S3 API code to use new multipart upload modelsAlex Auvolat2023-06-091-381/+21
* Cargo.toml: Updated base64 from 0.13 to 0.21.Jonathan Davies2023-01-261-1/+2
* PutObject: better cleanup on Drop (incl. when request is interrupted in the m...Alex Auvolat2023-01-031-34/+59
* Make use of BytesBuf from new NetappAlex Auvolat2022-09-021-33/+10
* fix clippyAlex Auvolat2022-07-291-6/+1
* Faster chunkerAlex Auvolat2022-07-291-10/+32
* More make clippy happyAlex Auvolat2022-07-291-2/+0
* Performance improvements:Alex Auvolat2022-07-291-5/+25
* Compute hashes on dedicated threadsAlex Auvolat2022-07-291-12/+20
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-26/+103
* First version of admin API (#298)Alex2022-05-241-10/+8
* First implementation of K2V (#293)Alex2022-05-101-0/+753