Replies: 1 comment 6 replies
-
|
Are you using Rust S3 with the following features? rust-s3 = { version = "0.33.0", default-features = false, features = ["tokio-rustls-tls"] } |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I'm setting up a Stalwart deployment, using GCS's S3 interop as a backend. I have a config like this:
When I receive an email, I see the following error in the logs
I looked through the
S3Storeimplementation and didn't see anything obvious, but when I test this process manually using both Go and Rust clients running on the same machine as Stalwart (where it is failing), they work fine.Googling around, I see this error occurring variously with Google services, seems to be related to
rust-tls, but I'm not sure how that comes into play here.Rust example code
Go example code
Beta Was this translation helpful? Give feedback.
All reactions