Skip to content

Commit

Permalink
refact download pool
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Feb 11, 2021
1 parent 3c1b74b commit 242f42c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s3rs"
version = "0.4.5"
version = "0.4.6"
authors = ["Antonio Yang <[email protected]>"]
description = "A s3 cli client with multi configs with diffent provider"
keywords = ["S3", "Amazon", "CEPH", "AWS"]
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions test_shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -79,6 +80,7 @@ expect -re $prompt
send "exit\r"

expect "cya~"
spawn rm -f test
spawn md5sum /tmp/test-orig /tmp/test

interact

0 comments on commit 242f42c

Please sign in to comment.