aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_bucket.rs
Commit message (Expand)AuthorAgeFilesLines
* First implementation of K2V (#293)Alex2022-05-101-352/+0
* Support STREAMING-AWS4-HMAC-SHA256-PAYLOAD (#64) (#156)Jill2022-01-171-5/+8
* Implement ListMultipartUploads (#171)Quentin2022-01-121-1/+2
* Clarify error messageAlex Auvolat2022-01-101-1/+2
* Fix unit testsAlex Auvolat2022-01-051-6/+16
* Fix some error codesAlex Auvolat2022-01-051-8/+2
* Implement DeleteBucketAlex Auvolat2022-01-051-2/+96
* Implement CreateBucketAlex Auvolat2022-01-051-2/+144
* Small changes in key model and refactoringnew-bucketsAlex Auvolat2022-01-041-4/+4
* New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updatesAlex Auvolat2022-01-041-12/+8
* New buckets for 0.6.0: small changesAlex Auvolat2022-01-041-4/+4
* Fix forgotten flagAlex Auvolat2022-01-041-1/+1
* New buckets for 0.6.0: small fixes, including:Alex Auvolat2022-01-041-1/+1
* New model for bucketsAlex Auvolat2022-01-041-7/+55
* In ListBuckets, hide entry if no permsfeature/hide-buckets-without-permQuentin Dufour2021-11-221-0/+1
* Add basic support for the "Versioning" commandQuentin Dufour2021-05-141-0/+13
* Improved XML serializationbetter_xmlAlex Auvolat2021-05-061-77/+15
* rename types to CamelCaseTrinity Pointard2021-05-031-3/+3
* S3 API: support ListBucketsQuentin Dufour2021-05-031-0/+87
* Many S3 compatibility improvements:v0.2.1.5Alex Auvolat2021-04-281-0/+24