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 storage? #10

Closed
alicam opened this issue Jun 30, 2017 · 1 comment
Closed

S3 storage? #10

alicam opened this issue Jun 30, 2017 · 1 comment

Comments

@alicam
Copy link

alicam commented Jun 30, 2017

So it's got Minio...

Does that mean I can run up a cheap VM on Digitalocean but access loads of storage on S3? Can I download and "post-process" stuff to the server, but then save to and serve from S3?

If not be default, how might that be accomplished?

@alicam alicam changed the title S2 storage? S3 storage? Jun 30, 2017
@tom472
Copy link
Owner

tom472 commented Jul 3, 2017

While yes this has Minio and it is a great S3 compatible storage option I may be changing that soon.
I have been looking a possibly swapping Minio for Pydio.
Just looking for an easy front-end for the files within the project should users need to do any file/folder manipulation.

But yes - if you have access to a large amount of local storage you can certainly use Minio to front-end the access to that storage.

The important part of the Minio container for that is the "Volumes" section:

volumes:
    - '${PWD}:/export'
    command: server /export

Just change / switch the ${PWD} local folder to the mount point of you storage location.

Let me know if that helps - or if you still have any other questions.

Thanks

@tom472 tom472 closed this as completed Jul 14, 2017
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