将资源上传到阿里云对象存储OSS后,通过SDK访问OSS中的Bucket时,报如下错误。
The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint
未指定Endpoint参数,或者指定的参数有误。例如Bucket创建在青岛地域,却使用默认配置的oss-cn-hangzhou.aliyuncs.com
杭州Endpoint地址去请求,就会出现该报错。
检查OSS Bucket的Endpoint地址的正确性,具体操作如下:
请确保使用正确的Endpoint地址访问Bucket。例如Bucket所在地域为oss-cn-hangzhou
,则外网Endpoint为oss-cn-hangzhou.aliyuncs.com
。有关Endpoint的更多信息,请参见OSS访问域名使用规则。
如果您的问题仍未解决,您可以在阿里云社区提交工单联系阿里云技术支持。