Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add date verification to presigned urls (#196) | trinity-1686a | 2022-01-18 | 1 | -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 CreateBucket | Alex Auvolat | 2022-01-05 | 1 | -4/+2 |
| | |||||
* | New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updates | Alex Auvolat | 2022-01-04 | 1 | -3/+3 |
| | |||||
* | New buckets for 0.6.0: small changes | Alex Auvolat | 2022-01-04 | 1 | -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 filters | Alex Auvolat | 2022-01-04 | 1 | -2/+1 |
| | |||||
* | Refactor logic for setting/unsetting aliases | Alex Auvolat | 2022-01-04 | 1 | -3/+383 |
| | |||||
* | Some movement of helper code and refactoring of error handling | Alex Auvolat | 2022-01-04 | 3 | -0/+109 |