Skip to content

Commit 67361b8

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/cubestore/cubestore/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ 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+
# The fork also includes a fix for AWS_STS_REGIONAL_ENDPOINTS
6061
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"] }
6162
deadqueue = "0.2.4"
6263
reqwest = { version = "0.12.5", features = ["json", "rustls-tls", "stream", "http2"], default-features = false }

0 commit comments

Comments
 (0)