aws-solutions / data-transfer-hub

Seamless User Interface for replicating data into AWS.
https://aws-solutions.github.io/data-transfer-hub/en/
Apache License 2.0
136 stars 22 forks source link

How to troubleshoot if data is not synchronized to s3 #29

Closed DevOpserzhao closed 3 years ago

DevOpserzhao commented 3 years ago

How to troubleshoot if data is not synchronized to s3

Source is qiniu Destination is global aws s3

DevOpserzhao commented 3 years ago

botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL: "https://s3-as0.qiniucs.com/testzxf?list-type=2&max-keys=1000&prefix=&encoding-type=url"

daixba commented 3 years ago

@DevOpserzhao Did you put region_name in the credentials parameter? If yes, what is the value?

Basically, we are expecting the endpoint url for Qiniu is like https://s3-{region_name}.qiniucs.com, and it seems that the region name is as0 in your case? but it should be one of below values

Please refer to https://developer.qiniu.com/kodo/4088/s3-access-domainname for more details.

Thanks.

JoeShi commented 3 years ago

Hi, @DevOpserzhao We have recently released a new update. You don't have to specify the region name in the Parameter Store anymore. Now you can select the region name from the Web UI.

Please try and let us known if it works for you.

JoeShi commented 3 years ago

Close due to inative issue. Please create another issue if need further help