Skip to content

Commit

Permalink
chore: rebuild cubestore with an updated rust-s3 fork
Browse files Browse the repository at this point in the history
Added a comment just to trigger a rebuild
  • Loading branch information
bsod90 committed Feb 25, 2025
1 parent e12dc44 commit f30167a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/cubestore/cubestore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ bigdecimal = { version = "0.2.0", features = ["serde"] }
# Right now, it's not possible to use the 0.33 release because it has bugs
# At the same time, 0.34-rc has a problem with large files uploading because it doesn't control number of parallels put(s)
# Tracking PR with backports: https://github.com/cube-js/rust-s3/pull/1
# The fork also includes a fix for AWS_STS_REGIONAL_ENDPOINTS: https://github.com/cube-js/rust-s3/pull/1/commits/c662b9c66c2929da185c46084fc5f455030ad75f
rust-s3 = { git = "https://github.com/cube-js/rust-s3.git", branch = "cubestore-0.32.3-backport", default-features = false, features = ["tokio", "tokio-native-tls"] }
deadqueue = "0.2.4"
reqwest = { version = "0.12.5", features = ["json", "rustls-tls", "stream", "http2"], default-features = false }
Expand Down

0 comments on commit f30167a

Please sign in to comment.