huaweicloud / huaweicloud-sdk-java-obs

The OBS SDK for Java, which is used for accessing Object Storage Service
Other
133 stars 116 forks source link

Java SDK :obsClient.createBucket(bucketName) 报错 400 #87

Closed acChris closed 1 year ago

acChris commented 2 years ago

responseCode: 400, ResponseStatus: Bad Request, XML Error Message: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>IllegalLocationConstraintExceptionThe https://obs.cn-east-3.myhuaweicloud.com location constraint is incompatible for the region specific endpoint this request was sent to.

终端,ak 和 sk 都是对的。其他操作都可以,只有这个创建桶会报错。

mpb159753 commented 1 year ago

创建桶时候填了 region,但是这个 region 又跟你用的 endpoint 不一致,尝试指定正确 region 就行