Skip to content

Commit a91e042

Browse files
alambblaginin
andauthored
Support datafusion-cli access to public S3 buckets that do not require authentication (#16300)
* Support datafusion-cli access to public S3 buckets that do not require authentication * improve docs * clippy and test * Update test * Update datafusion-cli/Cargo.toml Co-authored-by: Dmitrii Blaginin <[email protected]> * Only use unsigned requests on `CredentialsError::CredentialsNotLoaded` --------- Co-authored-by: Dmitrii Blaginin <[email protected]>
1 parent 1d61f31 commit a91e042

File tree

4 files changed

+277
-132
lines changed

4 files changed

+277
-132
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.

datafusion-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ datafusion = { workspace = true, features = [
5555
dirs = "6.0.0"
5656
env_logger = { workspace = true }
5757
futures = { workspace = true }
58+
log = { workspace = true }
5859
mimalloc = { version = "0.1", default-features = false }
5960
object_store = { workspace = true, features = ["aws", "gcp", "http"] }
6061
parking_lot = { workspace = true }

0 commit comments

Comments
 (0)