diff --git a/Cargo.toml b/Cargo.toml index 9e3cd8d..f0a582c 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s3rs" -version = "0.4.5" +version = "0.4.6" authors = ["Antonio Yang "] description = "A s3 cli client with multi configs with diffent provider" keywords = ["S3", "Amazon", "CEPH", "AWS"] @@ -34,7 +34,7 @@ serde_json = "1.0" regex = "0.2" quick-xml = "0.12" colored = "1.6" -s3handler = "0.6.6" +s3handler = "0.7" clap = "2.33" hex = "0.4.2" blake2-rfc = "0.2" diff --git a/test_shell.sh b/test_shell.sh index c809bec..43518ba 100755 --- a/test_shell.sh +++ b/test_shell.sh @@ -9,6 +9,7 @@ set timeout 180 spawn rm -f /tmp/test spawn rm -f /tmp/test-orig +spawn cp README.md test spawn dd if=/dev/urandom bs=1024 count=11264 of=/tmp/test-orig spawn cargo run @@ -79,6 +80,7 @@ expect -re $prompt send "exit\r" expect "cya~" +spawn rm -f test spawn md5sum /tmp/test-orig /tmp/test interact