diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-12-06 10:19:01 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-12-06 10:19:01 +0100 |
commit | d2d1fc676d0fe5b6fe927e4b6f6d2c162581971d (patch) | |
tree | 5f3985790a9e3ff46550636b123f554fe6437c95 /README.md | |
parent | a12930075dd33c7c18d6ad1afa4000efe55d10d6 (diff) | |
download | garage-d2d1fc676d0fe5b6fe927e4b6f6d2c162581971d.tar.gz garage-d2d1fc676d0fe5b6fe927e4b6f6d2c162581971d.zip |
Test awscli/s3cmd interactions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,9 +26,9 @@ We propose the following quickstart to setup a full dev. environment as quickly 4. Run `./script/dev-cluster.sh` to launch a test cluster (feel free to read the script) 5. Run `./script/dev-configure.sh` to configure your test cluster with default values (same datacenter, 100 tokens) 6. Run `./script/dev-bucket.sh` to create a bucket named `eprouvette` and an API key that will be stored in `/tmp/garage.s3` - 7. Run `source ./script/dev-env.sh` to configure your CLI environment + 7. Run `source ./script/dev-env-aws.sh` to configure your CLI environment 8. You can use `garage` to manage the cluster. Try `garage --help`. - 9. You can use the `s3grg` alias to add, remove, and delete files. Try `s3grg help`, `s3grg cp /proc/cpuinfo s3://eprouvette/cpuinfo.txt`, or `s3grg ls s3://eprouvette`. `s3grg` is a wrapper on the `aws s3` command pre-configured with the previously generated API key (the one in `/tmp/garage.s3`) and localhost as the endpoint. + 9. You can use the `awsgrg` alias to add, remove, and delete files. Try `awsgrg help`, `awsgrg cp /proc/cpuinfo s3://eprouvette/cpuinfo.txt`, or `awsgrg ls s3://eprouvette`. `awsgrg` is a wrapper on the `aws s3` command pre-configured with the previously generated API key (the one in `/tmp/garage.s3`) and localhost as the endpoint. Now you should be ready to start hacking on garage! |