Skip to content
Discussion options

You must be logged in to vote

The only thing you are missing, to make MinIO work, is this property:

...
  s3: {
      forcePathStyle: true, // 👈 Don't forget this !
      key: Env.get('S3_KEY'),
      secret: Env.get('S3_SECRET'),
      region: Env.get('S3_REGION'),
      bucket: Env.get('S3_BUCKET'),
      endpoint: Env.get('S3_ENDPOINT'),
  }
...

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@magic-thomas
Comment options

@Julien-R44
Comment options

@magic-thomas
Comment options

Answer selected by Julien-R44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants