0

我正在尝试将 S3 存储库设置为 IBM 对象存储。

我已经配置了,在elasticsearch.yml

s3.client.default.endpoint:“s3.ap.cloud-object-storage.appdomain.cloud”

对于访问密钥和秘密:

apikey作为访问密钥 ID

resource_instance_id作为秘密访问密钥

错误日志:

{
  "error": {
    "root_cause": [
      {
        "type": "repository_verification_exception",
        "reason": "[ibmdemo] path  is not accessible on master node"
      }
    ],
    "type": "repository_verification_exception",
    "reason": "[ibmdemo] path  is not accessible on master node",
    "caused_by": {
      "type": "i_o_exception",
      "reason": "Unable to upload object [tests-L6P1BQdzSl2MXXX8O-Mm4w/master.dat] using a single upload",
      "caused_by": {
        "type": "amazon_s3_exception",
        "reason": "The AWS Access Key ID you provided does not exist in our records. (Service: Amazon S3; Status Code: 403; Error Code: InvalidAccessKeyId; Request ID: dfcf5efb-cf35-4d19-b4b6-17cXXXX03a54; S3 Extended Request ID: null)"
      }
    }
  },
  "status": 500
}

让我知道是否需要其他详细信息。

4

0 回答 0