aboutsummaryrefslogtreecommitdiff
path: root/src/api/signature.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update dependenciesAlex Auvolat2021-03-161-13/+13
|
* cargo fmtAlex Auvolat2021-03-121-2/+4
|
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-121-6/+2
|
* Cargo fmtAlex Auvolat2021-02-231-2/+5
|
* rename hash() to sha256sum(), we might want to change it at some placesAlex Auvolat2021-02-211-2/+2
|
* Add verification of part numbers in CompleteMultipartUpload (WIP #30)Alex Auvolat2021-02-201-1/+9
|
* Begin improve model to use better CRDTsAlex Auvolat2020-11-201-1/+1
|
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-39/+21
|
* Validate content MD5 and SHA256 sums for PutObject and UploadPartAlex Auvolat2020-07-151-3/+25
|
* Apply cargo fmt; add trace output when request signature is badAlex Auvolat2020-07-081-0/+3
|
* Rename garage_core to garage_modelAlex Auvolat2020-07-071-2/+2
|
* Work on APIAlex Auvolat2020-04-281-21/+2
|
* Starting to be S3 compatibleAlex Auvolat2020-04-241-0/+307