Hi,

I'm setting up the storage_api to use the s3 container for the everything class with the initial container set to the local filesystem. This is needed to provide sufficient performance when uploading images.
When cron has run, the image is synced to s3 and then the file is served from there.

Only issue with this is when the page is cached when displaying the image (served from the local file system container). After the sync, the URL (that points to the file on the local file system container) should redirect to the matching file URL on the s3 file container.

Any ideas on how to add this type of functionality? Or is it already possible with storage_api?

(i'm using the latest DEV version)

Kind regards,
Hjarnmastara

Comments

Hjarnmastara created an issue.

Perignon’s picture

Sorry. I cannot answer that question. Maybe someone else here can. My use of the module is very limited and I am not the original developer.