S3Fs installation
FUSE-based file system backed by Amazon S3. Mount a s3 bucket as a local file system to read/write. Since the bucket is mounted as a local file system, the write/read operation is faster than when we read the file from s3 bucket directly. Install Dependencies: yum install gcc libstdc++-devel gcc-c++… Continue Reading S3Fs installation