aboutsummaryrefslogtreecommitdiff
path: root/src/model/s3/object_table.rs
Commit message (Expand)AuthorAgeFilesLines
* [rm-migration] Remove migration path from Garage v0.5rm-migrationAlex Auvolat2024-03-081-41/+2
* [sse-c] Remove special case for Content-Type headersse-cAlex Auvolat2024-03-071-3/+17
* [sse-c] Implement SSE-C encryptionAlex Auvolat2024-03-071-1/+159
* multipart uploads: save timestampAlex Auvolat2023-06-131-2/+7
* properly delete multipart uploads after completionnlnet-task1Alex Auvolat2023-06-091-20/+34
* New multipart upload table layoutAlex Auvolat2023-06-091-13/+130
* cleanupAlex Auvolat2023-01-031-3/+0
* Refactor how things are migratedAlex Auvolat2023-01-031-129/+112
* Refactor background runner and get rid of job workerAlex Auvolat2022-12-141-2/+0
* Proper queueing for delayed inserts, now backed to diskAlex Auvolat2022-12-141-25/+25
* Fix clippy lint that says we should implement EqAlex Auvolat2022-09-131-3/+3
* Include code from v0.5.1 directly to remove dependenciesAlex Auvolat2022-09-061-1/+1
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-1/+60
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-081-2/+10
* First implementation of K2V (#293)Alex2022-05-101-0/+337