I’m sorry but your response is incorrect, and probably a bit lazy Vanessa.
Error I get on the latest updraft plugin:
Amazon S3 settings test result: Failure: Region: ap-southeast-4: We successfully accessed the bucket, but the attempt to create a file in it failed. Please check your access credentials. (UpdraftPlus_S3::putObject(): [IllegalLocationConstraintException] The ap-southeast-4 location constraint is incompatible for the region specific endpoint this request was sent to.)
If I update your plugin’s code in the files listed above by adding region cases:
case 'ap-southeast-4':
\updraftplus\methods\s3.php – Line 255
\updraftplus\methods\updraftvault.php – Line 1012
It works:
Amazon S3 settings test result: Success: Region: ap-southeast-4: We accessed the bucket, and were able to create files within it. The communication with Amazon S3 was encrypted.
Please update the plugin to allow this region.