librephotos icon indicating copy to clipboard operation
librephotos copied to clipboard

Support for alternative storage options? S3 or Google Cloud Storage

Open jonathanclarke opened this issue 4 years ago • 2 comments

Is there any roadmap for alternative storage options of the images such as within a users private S3 bucket or Google Cloud storage?

jonathanclarke avatar Dec 31 '20 11:12 jonathanclarke

Has anyone explored an s3 bucket? Is there a WIP branch?

kyprifog avatar May 08 '21 11:05 kyprifog

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.

luckcolors avatar Apr 17 '22 15:04 luckcolors

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.

derneuere avatar Aug 17 '22 09:08 derneuere