解决阿里云oss托管网址绑定域名后访问提示The bucket you access does not belong to you的问题
问题:
阿里云oss托管网址绑定域名后访问提示:The bucket you access does not belong to you.
解决:
选择Bucket--Bucket授权策略--新增授权--授权用户(勾选所有账号)--授权操作(选择只读(包含ListObject操作))--确定 问题解决。
吐槽下,阿里云这个b权限管理太辣鸡了,搞一堆专业术语不说还中英文混编,问候产品设计的全家,md。
另一个问题:
此时直接访问你的域名会提示:This XML file does not appear to have any style information associated with it. The document tree is shown below.
解决办法:
点击 数据管理--静态页面 菜单,设置默认首页为index.html或者你的入口html文件即可。