Our nightly backups are not successfully being uploaded to S3 and it appears to be related to a malformed header listing the incorrect region. This is what I’m seeing in the logs:
2024/03/07 21:05:53 Failed to copy: AuthorizationHeaderMalformed: The authorization header is malformed; the region ‘us-east-1’ is wrong; expecting ‘us-west-1’
When setting up the connection I’m using the following values:
Endpoint: https://s3.us-west-1.amazonaws.com
Region: us-west-1
I’m able to successfully test the connection before saving my settings, however when I go back in to edit them I’m noticing the region settings aren’t saved and are instead showing the default value of “us-east-1”. Leaving the region value blank results in an unsuccessful connection test.