Skip to content

Commit 6a136e1

Browse files
committed
Support copying from glob patterns
1 parent 1b5878d commit 6a136e1

File tree

6 files changed

+303
-104
lines changed

6 files changed

+303
-104
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ aws-config = { version = "1", default-features = false, features = ["rustls","rt
2727
aws-credential-types = {version = "1", default-features = false}
2828
azure_storage = {version = "0.21", default-features = false}
2929
futures = "0.3"
30+
glob = "0.3"
3031
home = "0.5"
3132
object_store = {version = "0.11", default-features = false, features = ["aws", "azure", "http"]}
3233
once_cell = "1"

0 commit comments

Comments
 (0)