-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Thanks for the great project. We are currently running the system using AWS S3 to store source images and pre-scaled sizes (thumbnail and a larger preview). Access to S3 is currently hidden via s3fs but we are hitting some limitation and issue that we guess are related to internal caching mechanism of digilib about the underline storage structure (sometime it doesn't see new files). Indeed, images flow to S3 continuously without pass for s3fs (that is known to don't support distribute access to S3) so this can be also the cause or at least a co-cause.
To improve the situation we want to evaluate the effort needed to implement a direct S3 connector for digilib and, if this ends to be a suitable solution, we would like to contribute it back.
Do you have any additional documentation about how the storage layer work on Digilib? can you give us direction about how to make Digilib modular and plugin in a different Storage layer?