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

Allow non-Amazon S3 backends #10

Open
jiri opened this issue Mar 13, 2022 · 3 comments
Open

Allow non-Amazon S3 backends #10

jiri opened this issue Mar 13, 2022 · 3 comments

Comments

@jiri
Copy link
Contributor

jiri commented Mar 13, 2022

There's currently a fair share of S3-compatible object stores, for example MinIO. It would be nice if PopSpace didn't require using Amazon's services to prevent further centralization of the web.

@jiri
Copy link
Contributor Author

jiri commented Mar 14, 2022

Brief consultation with MinIO docs shows that the aws-sdk package used by PopSpace should be usable with MinIO no problem, so this really should be as easy as adding env vars and using them in the right places :)

@a-type
Copy link
Contributor

a-type commented Mar 15, 2022

I think it's a great idea! I'm not very happy about being tied to S3 either. If you're familiar with the details of how to enable that, I'd happily review a PR with the required changes. Otherwise I'll take a look at what's necessary when I have a bit of time.

@jiri
Copy link
Contributor Author

jiri commented Mar 15, 2022

Sounds great! I'll try to take a look as well, it looks like it should be just a few lines of changes and I've already got a running MinIO instance to test against 👍

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

No branches or pull requests

2 participants