Skip to content

Commit

Permalink
Add "services-s3" featureflag for opendal
Browse files Browse the repository at this point in the history
  • Loading branch information
c-thiel committed May 28, 2024
1 parent e5b59a7 commit 26a04ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iceberg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ lazy_static = { workspace = true }
log = { workspace = true }
murmur3 = { workspace = true }
once_cell = { workspace = true }
opendal = { workspace = true }
opendal = { workspace = true, features = ["services-s3"] }
ordered-float = { workspace = true }
parquet = { workspace = true, features = ["async"] }
reqwest = { workspace = true }
Expand Down

0 comments on commit 26a04ab

Please sign in to comment.