NekR / offline-plugin

Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/)
MIT License
4.52k stars 295 forks source link

Cache Images from AWS S3 #501

Open vukhacbiet opened 3 years ago

vukhacbiet commented 3 years ago

My application have to load list of products and their images (hosted in S3). The json of list is saved in IndexedDB and will load if no internet but image in now cache by browser (cache control)

I want to cache all image from AWS S3 to Service worker, can I do it?