Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

mount google cloud storage bucket but cache locally

I would like to know if there is a way to mount google cloud storage bucket as a folder for the first time and each time we read the file, cache it locally (so it won't use money/bandwidth).

like image 811
Medya Gh Avatar asked Nov 14 '16 19:11

Medya Gh


1 Answers

GCSFUSE has two type of caching available, Stat caching and type caching. You can refer to this document which provide detailed information on these types of caching with there trade-offs.

like image 84
Faizan Avatar answered Sep 28 '22 05:09

Faizan