相关文章推荐
踢足球的帽子  ·  AWS CLI ...·  1 月前    · 
刀枪不入的楼房  ·  使用 boto3 调用 S3 ...·  1 月前    · 
腹黑的鸵鸟  ·  import - Error ...·  1 年前    · 
强悍的柚子  ·  RDS ...·  2 年前    · 
"type" : "repository_exception", "reason" : "[s3_repository] Could not determine repository generation from root blobs" "type" : "repository_exception", "reason" : "[s3_repository] Could not determine repository generation from root blobs", "caused_by" : { "type" : "i_o_exception", "reason" : "Exception when listing blobs by prefix [index-]", "caused_by" : { "type" : "sdk_client_exception", "reason" : "Unable to execute HTTP request: my-first-bucket.s3", "caused_by" : { "type" : "unknown_host_exception", "reason" : "my-first-bucket.s3" "status" : 500 需要帮忙吗? 请注意,我使用以下命令创建了s3_存储库:
curl -XPUT 'http://localhost:9200/_snapshot/s3_repository?verify=false&pretty' -H 'Content-Type: application/json' -d'
  "type": "s3",
  "settings": {
    "bucket": "my-first-bucket",
    "endpoint": "http://s3:9000"
    http://s3:9000
   是我的系统中服务minio的名称
    docker-compose.yml