Skip to content

Commit fd76289

Browse files
committed
chore: rebuild cubestore with an updated rust-s3 fork
Added a comment just to trigger a rebuild
1 parent e12dc44 commit fd76289

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

rust/cubestore/Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/cubestore/cubestore/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ bigdecimal = { version = "0.2.0", features = ["serde"] }
5757
# Right now, it's not possible to use the 0.33 release because it has bugs
5858
# At the same time, 0.34-rc has a problem with large files uploading because it doesn't control number of parallels put(s)
5959
# Tracking PR with backports: https://github.com/cube-js/rust-s3/pull/1
60-
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"] }
60+
# The fork also includes a fix for AWS_STS_REGIONAL_ENDPOINTS
61+
# See https://github.com/cube-js/rust-s3/pull/1/commits for more details
62+
rust-s3 = { git = "https://github.com/cube-js/rust-s3.git", rev = "c662b9c66c2929da185c46084fc5f455030ad75f", default-features = false, features = ["tokio", "tokio-native-tls"] }
6163
deadqueue = "0.2.4"
6264
reqwest = { version = "0.12.5", features = ["json", "rustls-tls", "stream", "http2"], default-features = false }
6365
nanoid = "0.3.0"

0 commit comments

Comments
 (0)