Skip to content

Commit

Permalink
drop s3 compat mode for gcs
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Nov 30, 2023
1 parent cb1fb22 commit 0c469d8
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 167 deletions.
17 changes: 7 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion src/daft-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ common-io-config = {path = "../common/io-config", default-features = false}
daft-core = {path = "../daft-core", default-features = false}
futures = {workspace = true}
globset = "0.4"
google-cloud-storage = {version = "0.14.0", default-features = false, features = ["default-tls", "auth"]}
hyper = "0.14.27"
hyper-tls = "0.5.0"
itertools = {workspace = true}
Expand All @@ -35,6 +34,15 @@ tokio = {workspace = true}
tokio-stream = {workspace = true}
url = {workspace = true}

[dependencies.google-cloud-storage]
default-features = false
features = ["default-tls", "auth"]
# branch = "anonymouse_storage_access"
git = "https://github.com/yoshidan/google-cloud-rust"
package = "google-cloud-storage"
rev = "6b067f3d14bd109af3705988e5cb28f620419d55"
version = "0.15.0"

[dependencies.reqwest]
default-features = false
features = ["stream", "native-tls"]
Expand Down
Loading

0 comments on commit 0c469d8

Please sign in to comment.