These are my quick notes on how I compiled and built an RPM package out of S3FS for CentOS 7.

1. Download and get the source code:

cd /tmp
curl -LO https://github.com/s3fs-fuse/s3fs-fuse/archive/v1.82.tar.gz
tar -xzf v1.82.tar.gz 
cd s3fs-fuse-1.82 …