aboutsummaryrefslogtreecommitdiff
path: root/src/model/helper
Commit message (Collapse)AuthorAgeFilesLines
* Add date verification to presigned urls (#196)trinity-1686a2022-01-181-5/+1
| | | | | | | | | | fix #96 fix #162 by returning Forbidden instead Bad Request Co-authored-by: Trinity Pointard <trinity.pointard@gmail.com> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/196 Co-authored-by: trinity-1686a <trinity.pointard@gmail.com> Co-committed-by: trinity-1686a <trinity.pointard@gmail.com>
* Implement CreateBucketAlex Auvolat2022-01-051-4/+2
|
* New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updatesAlex Auvolat2022-01-041-3/+3
|
* New buckets for 0.6.0: small changesAlex Auvolat2022-01-041-21/+58
| | | | | | | | | | | | - Fix bucket delete - fix merge of bucket creation date - Replace deletable with option in aliases Rationale: if two aliases point to conflicting bucket, resolving by making an arbitrary choice risks making data accessible when it shouldn't be. We'd rather resolve to deleting the alias until someone puts it back.
* Rename and change query filtersAlex Auvolat2022-01-041-2/+1
|
* Refactor logic for setting/unsetting aliasesAlex Auvolat2022-01-041-3/+383
|
* Some movement of helper code and refactoring of error handlingAlex Auvolat2022-01-043-0/+109