librephotos
librephotos copied to clipboard
Support for alternative storage options? S3 or Google Cloud Storage
Is there any roadmap for alternative storage options of the images such as within a users private S3 bucket or Google Cloud storage?
Has anyone explored an s3 bucket? Is there a WIP branch?
I would like to work on this but i would need some help as python is not my first language.
My idea would be to use this: https://django-storages.readthedocs.io/en/latest/
The problem at the moment is that all storage related interactions are done directly without using Django's storage API. This means that all the app needs to be patched accordilingly.
I think it would also be possible if we migrate to django apis to "drop in" different kinds of drivers, so not just s3.
I do not think that this is in scope. We are trying to manage personal photo collections saved on a regular file system. While importing from S3 or Google Cloud Storage would be an interesting feature, using S3 and Google Cloud Storage isn't something a regular user would use.