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

Run minio on the docstore server in read-only mode to support S3 access to files? #25

Open
vielmetti opened this issue Jan 25, 2017 · 3 comments

Comments

@vielmetti
Copy link

See https://github.com/minio/minio - the opportunity is to allow people to download files directly from a2docs without going through the web interface by using at Minio server. Minio provides an Amazon S3 compatible interface layer.

Urgency: low. Interestingness: high.

@eby
Copy link

eby commented Jan 25, 2017

Generic S3 support would be nice for file storage regardless so it is easy to move the server itself around while keeping files available via s3, cdn or 3rd party compatible service. Would also make it more usable for larger document installs.

@vielmetti
Copy link
Author

Reviewing old issues, I can still make the argument that S3 support would be good and useful. Unclear how to proceed though.

@steiza
Copy link
Owner

steiza commented Jan 18, 2021

I took a first cut at implementing S3 for document storage on #30 - @eby let me know if there's other things you need (like the ability to pass in AWS access keys, or a script to help migrate off disk and into S3).

Otherwise, if it works for you, I'll merge it!

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

3 participants