Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

How to use other S3-compatible object storage? #378

Open
scream314 opened this issue Jul 16, 2018 · 2 comments
Open

How to use other S3-compatible object storage? #378

scream314 opened this issue Jul 16, 2018 · 2 comments

Comments

@scream314
Copy link

Hello!

Is it possible to use exhibitor with an S3-compatible object storage other than AWS S3?
I saw -Dexhibitor-s3-endpoint=storage.example.com referenced in #291 but nothing about it in the docs.

Is this a valid parameter? If not, where should I look to change the program to accept alternate endpoints? While I am pretty noob in Java, I would be completely comfortable with fork-modify-PR...

@scream314
Copy link
Author

Funny, I could not find this using the search term endpoint, but with exhibitor-s3-endpoint:

private static final String ENDPOINT_SPEC = System.getProperty("exhibitor-s3-endpoint", "https://s3$REGION$.amazonaws.com");

So I think this is a "yes".

@devsprint
Copy link

@scream314 Take a look to the small change included in #392. I manage to use it with min.io.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants