mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
enable aws feature in object_store crate by default
This commit is contained in:
parent
d531f8ae46
commit
b70c3bcb0b
@ -16,7 +16,7 @@ path = "src/lib.rs"
|
||||
arrow-schema = { version = "46.0.0", features = ["serde"] }
|
||||
|
||||
datafusion = "31"
|
||||
object_store = { version = "0.7", features = ["gcp", "azure"] }
|
||||
object_store = { version = "0.7", features = ["aws", "gcp", "azure"] }
|
||||
percent-encoding = "2.2.0"
|
||||
url = "2.2"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user