- Newest
- Most votes
- Most comments
Based on the error message you're receiving, it appears that there's a mismatch between the region specified in your UpdraftPlus configuration and the actual region of your Amazon S3 bucket. The error suggests that your bucket is located in the 'us-east-2' region, but the backup attempt is being made to 'us-east-1'.
To resolve this issue, you should:
-
Check your UpdraftPlus settings and ensure that the correct region (us-east-2) is specified for your S3 bucket.
-
Verify that the S3 bucket name and credentials (Access Key and Secret Key) are correct in your UpdraftPlus configuration.
-
If you've recently moved your S3 bucket to a different region, make sure to update this information in your UpdraftPlus settings.
-
Ensure that the IAM user associated with the Access Key and Secret Key has the necessary permissions to access the S3 bucket in the us-east-2 region.
The "AuthorizationHeaderMalformed" error typically occurs when there's a discrepancy in the authentication details, often related to region mismatch. By aligning your UpdraftPlus configuration with the correct S3 bucket region, you should be able to resolve this error and successfully complete your WordPress site backup.
If the issue persists after making these changes, you may want to double-check your AWS credentials and ensure they are still valid and have the appropriate permissions for S3 access.
Sources
Error - Amazon Simple Storage Service
Error responses - Amazon Simple Storage Service
Relevant content
- asked 2 years ago
- Accepted Answerasked 6 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 9 months ago