Our customer plan to use S3 of AWS Osaka local region(ap-northeast-3).
AWS Osaka local region is not full region.
So we cannot select it in object storage repository wizard of Amazon S3.
So they confirmed that can add object storage repository of S3 compatible with following info.
Service point: https://s3.ap-northeast-3.amazonaws.com
Region: ap-northeast-3
Can we use Osaka local region S3 as object storage repository of S3 compatible?
Additional we confirmed S3 region list at following xml in Veeam Backup server.
"C:\Program Files\Veeam\Backup and Replication\Backup\AmazonS3Regions.xml"
Or should we add Osaka local region to the xml file and use Osaka local region S3 as object storage repository of Amazon S3?
Code: Select all
<Region Id="ap-northeast-3" Name="Asia Pacific (Osaka-Local)" Type="Global">
<Endpoint Type="S3">s3.accesspoint.ap-northeast-3.amazonaws.com</Endpoint>
<Endpoint Type="S3">s3-accesspoint.ap-northeast-3.amazonaws.com</Endpoint>
<Endpoint Type="S3">s3.dualstack.ap-northeast-3.amazonaws.com</Endpoint>
<Endpoint Type="EC2">ec2.ap-northeast-3.amazonaws.com</Endpoint>
<Endpoint Type="IAM">iam.amazonaws.com</Endpoint>
<Protocol>HTTP</Protocol>
<Protocol>HTTPS</Protocol>
<LocationConstraint>ap-northeast-3</LocationConstraint>
<SignatureVersion>2</SignatureVersion>
<SignatureVersion>4</SignatureVersion>
</Region>