diff options
-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" |