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
301 redirect errors do not include the raw http response the same way that other errors do. This prevents users from appropriately handling certain error cases, such as s3 redirects. The returned value should be consistent across all error types.
301 redirect errors do not include the raw http response the same way that other errors do. This prevents users from appropriately handling certain error cases, such as s3 redirects. The returned value should be consistent across all error types.
Environment
Erlang/OTP 25 [erts-13.2.2.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]
Elixir 1.14.5 (compiled with Erlang/OTP 25)
mix deps |grep ex_aws
ex_aws 2.5.1
ex_aws_s3 2.5.3
mix deps | grep hackney
hackney 1.20.1
Current behavior
301 redirect error is missing http response details, other error includes http response details:
Expected behavior
301 redirect error should include http response in the same way as the other error:
The text was updated successfully, but these errors were encountered: