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
Using --region eu-west-1 using Cyberduck CLI results in requests with the authorization header malformed using this default region instead of the expected us-east-1 from AWS for some requests.
The authorization header is malformed; the region 'eu-west-1' is wrong; expecting 'us-east-1'
It seems to query the location of a bucket we should always sign this request with the us-east-1 region. This is the default when the explicit --region parameter is omitted. Alternatively send the request to the specific region as all region endpoints should support determining the bucket location.
The text was updated successfully, but these errors were encountered:
Using
--region eu-west-1
using Cyberduck CLI results in requests with the authorization header malformed using this default region instead of the expectedus-east-1
from AWS for some requests.Such as in
It seems to query the location of a bucket we should always sign this request with the us-east-1 region. This is the default when the explicit
--region
parameter is omitted. Alternatively send the request to the specific region as all region endpoints should support determining the bucket location.The text was updated successfully, but these errors were encountered: