You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please re-send this request to the specified temporary endpoint. Continue to use the original request endpoint for future requests.
and it seems related to region-specific issue along with bucket creation so it may go away by itself.
That said, shouldn't the lib handle the case so that the issue goes up to application code instead of triggering a no case clause matching error at lib level.
The text was updated successfully, but these errors were encountered:
Environment
mix deps |grep ex_aws
mix deps | grep hackney
Current behavior
This code:
returns me:
The actual parameters of the
put_object
call are fine.Expected behavior
I checked for the
and it seems related to region-specific issue along with bucket creation so it may go away by itself.
That said, shouldn't the lib handle the case so that the issue goes up to application code instead of triggering a
no case clause matching
error at lib level.The text was updated successfully, but these errors were encountered: