I got a question to understand the mount process of Amazon s3 service suing fuse-s3fs, when i mount amazon s3 service bucket, does it copies whole data to my local system or it will just act as view of amazon s3 bucket?
The reason why i want to know is, let say i got a system with 500 MB storage space, can I mount a bucket with data for around 200 GB? If it just act as view then i should, but if whole data is copied locally then certainly not.
I need guidance in this regard.
Thanks.