尝试使用Internet端点访问存储在阿里云OSS中的文件时,会引发错误

时间:2019-01-28 15:29:46

标签: alibaba-cloud

当我尝试使用Internet端点访问存储在阿里云OSS中的文件时,它显示错误。

例如,我喜欢访问存储在新加坡地区testbucket中的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>

我想念什么?

2 个答案:

答案 0 :(得分:0)

具有内部名称的桶只能从阿里云内部资源访问。

用例是:您有ECS实例,并且想要将对象从OSS复制到ECS。您可以使用内部存储桶端点,并且不会收取网络流量费用。

总结:

  • 内部存储桶仅用于阿里云内部资源
  • 使用内部端点时无需支付网络流量 在阿里云中

OSS Documentation

答案 1 :(得分:0)

请您尝试将存储桶和对象访问级别更改为public。这是为了查看错误是否是由于权限问题引起的