, когда я пытаюсь получить доступ к файлу, хранящемуся в Alibaba Cloud OSS, через конечную точку Интернета, он выдает ошибку.
Например, мне нравится доступ к demo.jpg, хранящемуся в тестовой корзине в Сингапурском регионе.
Я ввел команду как:
http://oss-ap-southeast-1.aliyuncs.com/testbucket/demo.jpg
Ошибка:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>SecondLevelDomainForbidden</Code>
<Message>
The bucket you are attempting to access must be addressed using OSS third level domain.
</Message>
<RequestId>5C4F1FA099D9D60F934921C6</RequestId>
<HostId>oss-ap-southeast-1.aliyuncs.com</HostId>
</Error>
Чего мне не хватает?