Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[S3] feature: minio support #38

Merged
merged 2 commits into from
Nov 18, 2020
Merged

[S3] feature: minio support #38

merged 2 commits into from
Nov 18, 2020

Conversation

lorandszakacs
Copy link
Contributor

The S3 client can be used to connect to a MinIO server.

Added the endpoint-override config to allow connecting to something else other than amazon servers:

object S3EndpointOverride extends PhantomType[java.net.URI]
type S3EndpointOverride = S3EndpointOverride.Type

final case class S3Config(
  //....
  endpointOverride:      Option[S3EndpointOverride],
)

Added endpoint-override config for S3 that allows
client to connect to other object stores.
@lorandszakacs lorandszakacs merged commit 3ba2186 into master Nov 18, 2020
@lorandszakacs lorandszakacs deleted the feature/minio_support branch November 18, 2020 09:05
@lorandszakacs lorandszakacs mentioned this pull request Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant