enable aws feature in object_store crate by default

This commit is contained in:
QP Hou 2023-10-31 01:03:22 -07:00 committed by GitHub
parent d531f8ae46
commit b70c3bcb0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"