Understanding storage requirement for amazon s3 using fuse-s3fs -



Understanding storage requirement for amazon s3 using fuse-s3fs -

i got question understand mount process of amazon s3 service suing fuse-s3fs, when mount amazon s3 service bucket, copies whole info local scheme or deed view of amazon s3 bucket?

the reason why want know is, allow got scheme 500 mb storage space, can mount bucket info around 200 gb? if deed view should, if whole info copied locally not.

i need guidance in regard.

thanks.

by default (i.e. without using caching option), s3fs nil more provide mount point s3 bucket. there no local info copies retained. s3fs provide alternative utilize local drive cache, can provide i/o performance improvements in cases needed (as direct read/write s3 bucket via mount not quickest process).

amazon-web-services amazon-ec2 fuse s3fs

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -