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 / Minio support #1192

Closed
mzac opened this issue Jun 9, 2021 · 2 comments
Closed

S3 / Minio support #1192

mzac opened this issue Jun 9, 2021 · 2 comments
Labels

Comments

@mzac
Copy link

mzac commented Jun 9, 2021

I was thinking that it might be interesting to add support for S3 / Minio object storage support instead of mounting a file path for the media directory? I keep running into permission issues and this could be a good way to leverage an external tool to do all the file management.

Minio is an open source object storage similar to Amazon's S3 service meaning you can host it on your own system. All the calls to Minio are API calls so it might not be hard to integrate this into the code.

https://github.com/minio/minio

Also, having full Amazon S3 support could allow images and videos to be stored in the cloud.

Thoughts?

@savikko
Copy link

savikko commented Jun 9, 2021

As a workaround:
I am using rclone to mount dropbox to one folder on filesystem. Then frigate will save files directly to my dropbox.
Of course the target can be s3 as well.

@stale
Copy link

stale bot commented Jul 9, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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

No branches or pull requests

2 participants