Getting error when changing region in wasabi

I did successfully sync with wasabi using following region us-east-1 buckets

but when I edited config and changed region to us-west-1 I’m getting the following error

2019/01/03 11:36:22 AuthorizationHeaderMalformed: The authorization header is malformed; the region ‘us-west-1’ is wrong; expecting ‘us-east-1’
status code: 400, request id: E1EEA071E27842A0

how to delete AuthorizationHeader do I need to create a new one if I use buckets from two regions

I completely deleted .rclone.conf and started over with same error showing up again, I rebooted computer, created new config, still having same issue

does rclone on wasabi only works with us-east-1 region?

Thanks,

[UPDATE]
just signed up, and forum won’t let me reply yet, so I’m posting my solution here

after updating endpoint from to endpoint = s3.us-west-1.wasabisys.com in config it now works (I guess s3.wasabisys.com only works in us-east-1)

1 Like

What version are you using?

Looks like west was added with this -> https://github.com/ncw/rclone/pull/2743

I’m using rclone v1.34

You might want to upgrade as that a very old version. The pull I mentioned is not that release which is why it isn’t working.