Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

Problems with S3 URL generation #167

Description

@cboden

My config looks like this:

{
  default: "minio",
  disks: {
    minio: {
      driver: "s3",
      config: {
        key: "root",
        secret: "password",
        endpoint: "http://127.0.0.1:9000",
        bucket: "mybucket",
        region: "us-east-1",
      },
    },
  },
}

And when I attempt to read/write I get a large error that includes the message:

UnknownEndpoint: Inaccessible host: mybucket.127.0.0.1. This service may not be available in the us-east-1

It seems flydrive is assuming a domain name, which is how AWS configures their servers, but is not how the protocol is defined.

How can I configure flydrive to access my MinIO container without a subdomain requirement?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions