diff --git a/rust/cubestore/cubestore/Cargo.toml b/rust/cubestore/cubestore/Cargo.toml index 3e54d4428f00c..a610343e7460a 100644 --- a/rust/cubestore/cubestore/Cargo.toml +++ b/rust/cubestore/cubestore/Cargo.toml @@ -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 }