-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
synapse-s3-storage-provider cant connect to minio #121
Comments
did you make any progress on this? it used to work |
so it seems its an upstream issue - boto/boto3#4392 |
Same problem with Garage. It appears that switching from HTTPS to HTTP fixed the issue for us, possibly because boto uses a different logic for HTTP endpoints. (Note that we use HTTP with a local gateway so traffic is not going in cleartext on the network). Edit: issue is tracked here for Garage now: https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/824 |
I just downgraded and pinned boto3 for now. |
i checked the credentials and everything is properly set
The text was updated successfully, but these errors were encountered: