-
Notifications
You must be signed in to change notification settings - Fork 529
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
S3 object upload request failing for different regions #953
Comments
I suspect this is a duplicate of #941, unless you think otherwise? |
Yes, I believe so. The issues look similar enough that I believe the underlying cause may be the same. |
Thanks @jbeasley29 - would you be kind enough to paste your base ex_aws config (ie, the one in |
|
Thanks :) |
This should be resolved in v2.4.3 |
Environment
mix deps |grep ex_aws
: ex_aws 2.4.2mix deps | grep hackney
: hackney 1.18.1Current behavior
Include code samples, errors and stacktraces if appropriate.
After upgrading to version 2.4.2 it appears that ExAws is ignoring the region passed in as a parameter for
ExAws.request()
in favor of using the default set in the configuration. This results in an error with the message:When upgrading versions, no changes were made to the way we configure ExAws or how we're performing our requests. If a bucket is in the same region as the default then the request goes through without issue.
Expected behavior
In version 2.4.1 we were able to pass in a region and complete requests. For now, we have rolled back to 2.4.1 but would like to stay up to date on all versions.
The text was updated successfully, but these errors were encountered: