From b70c3bcb0bbd15908fac34b60eb8c9779fe13ca1 Mon Sep 17 00:00:00 2001 From: QP Hou Date: Tue, 31 Oct 2023 01:03:22 -0700 Subject: [PATCH] enable aws feature in object_store crate by default --- columnq/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/columnq/Cargo.toml b/columnq/Cargo.toml index 405728a..eff7579 100644 --- a/columnq/Cargo.toml +++ b/columnq/Cargo.toml @@ -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"