KnpLabs / Gaufrette

PHP library that provides a filesystem abstraction layer − will be a feast for your files!
http://knplabs.github.io/Gaufrette
MIT License
2.47k stars 354 forks source link

Support for reverse cache (when source is not available) #373

Open leroy0211 opened 8 years ago

leroy0211 commented 8 years ago

When the source filesystem is not available (eg: AWS is down) I would like to have the ability to save things in a temporary filesystem (like Local). When the source filesystem comes back online, the temporary files should be moved to the source filesystem. For example in a cron.

Something like a "reversed cache"!?

Or if someone already knows of a way how to do this with Gaufrette, that would be great!

markmbain commented 7 years ago

+1