aboutsummaryrefslogtreecommitdiff
path: root/src/garage/cli/util.rs
Commit message (Collapse)AuthorAgeFilesLines
* Small CLI changesAlex Auvolat2022-01-051-5/+8
|
* Small changes in key model and refactoringnew-bucketsAlex Auvolat2022-01-041-14/+17
|
* New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updatesAlex Auvolat2022-01-041-2/+42
|
* New buckets for 0.6.0: small changesAlex Auvolat2022-01-041-2/+2
| | | | | | | | | | | | - 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.
* New buckets for 0.6.0: small fixes, including:Alex Auvolat2022-01-041-1/+1
| | | | | | | | - ensure bucket names are correct aws s3 names - when making aliases, ensure timestamps of links in both ways are the same - fix small remarks by trinity - don't have a separate website_access field
* More complete output to bucket info and key infoAlex Auvolat2022-01-041-8/+65
|
* Model changesAlex Auvolat2022-01-041-2/+5
|
* Implement bucket alias and bucket unaliasAlex Auvolat2022-01-041-2/+9
|
* New model for bucketsAlex Auvolat2022-01-041-14/+39
|
* Fix clippy lints (fix #121)Alex Auvolat2021-10-261-1/+1
|
* Improve CLI, adapt tests, update documentationAlex Auvolat2021-10-251-0/+83