diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-27 21:48:46 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-27 21:48:46 +0200 |
commit | ffccf0c84aa5069159edb0e977f840ad2ac1eae5 (patch) | |
tree | ee74c29cb15e40fff6afd7b9100ef119252b658a | |
parent | d6e0749e9a5a203332f45ffd8e3328d414ec454c (diff) | |
download | garage-ffccf0c84aa5069159edb0e977f840ad2ac1eae5.tar.gz garage-ffccf0c84aa5069159edb0e977f840ad2ac1eae5.zip |
Log tools version to ease debug
-rwxr-xr-x | script/test-smoke.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/script/test-smoke.sh b/script/test-smoke.sh index dbb90a20..34b3346d 100755 --- a/script/test-smoke.sh +++ b/script/test-smoke.sh @@ -24,6 +24,9 @@ dd if=/dev/urandom of=/tmp/garage.2.rnd bs=1M count=5 # No multipart but file wi dd if=/dev/urandom of=/tmp/garage.3.rnd bs=1M count=10 # by default, AWS starts using multipart at 8MB echo "s3 api testing..." +awsgrg --version +s3cmd --version + for idx in $(seq 1 3); do # AWS sends awsgrg cp "/tmp/garage.$idx.rnd" "s3://eprouvette/&+-é/garage.$idx.aws" |