Copy The OBS Object Storage Access Domain Name
Log in to Huawei Cloud and copy the domain name of the test bucket.
Verification Test Procedure
Log in to the source machine for testing.
Source Windows Machine
Open cmd and run the curl command to test
ssh -v -p 443 <bucket access domain>
Test result: If the following input result contains the information [debug1: Connection established.], the network connectivity is OK.
Source Linux Machine
Run the curl command to test.
ssh -v -p 443 <bucket access domain>
Test result: If the following input result contains the information [debug1: Connection established.], the network connectivity is OK.