备份到S3的时候报错

我S3配置的都是us-west-1,然后仓库配置也是CREATE REPOSITORY test_repo
WITH BROKER
ON LOCATION “s3a://airdroid-data-archiving/startrocks”
PROPERTIES(
“aws.s3.access_key” = “”,
“aws.s3.secret_key” = “”,
“aws.s3.endpoint” = “s3.us-west-1.amazonaws.com
);
为什么备份状态是这个呢,一直显示说配置在us-east-1,这个要怎么处理
mysql> SHOW BACKUP\G
*************************** 1. row ***************************
JobId: 10184
SnapshotName: cast_vip_logs_new
DbName: temp2
State: UPLOADING
BackupObjs: [temp2.cast_temp]
CreateTime: 2023-07-20 14:56:34
SnapshotFinishedTime: 2023-07-20 14:56:37
UploadFinishedTime: NULL
FinishedTime: NULL
UnfinishedTasks: 10185=10003, 10186=10003
Progress: [10185: 0/0], [10186: 0/0]
TaskErrMsg: [10185: S3: fail to list s3a://airdroid-data-archiving/startrocks/__starrocks_repository_test_repo/__ss_cast_vip_logs_new/__ss_content/__db_10175/__tbl_10177/__part_10176/__idx_10178/__10179: Unable to parse ExceptionName: AuthorizationHeaderMalformed Message: The authorization header is malformed; the region ‘us-east-1’ is wrong; expecting ‘us-west-1’], [10186: S3: fail to list s3a://airdroid-data-archiving/startrocks/__starrocks_repository_test_repo/__ss_cast_vip_logs_new/__ss_content/__db_10175/__tbl_10177/__part_10176/__idx_10178/__10181: Unable to parse ExceptionName: AuthorizationHeaderMalformed Message: The authorization header is malformed; the region ‘us-east-1’ is wrong; expecting ‘us-west-1’]
Status: [OK]
Timeout: 86400
1 row in set (0.00 sec)