git clone https://github.com/fiberfs/fiberfs.gitFiberFS on Github
makeDon't forget to add "-j4" (4 being the number of available cores to use) to all your make commands.
make test
At minimum, your FiberFS config file (fiberfs.conf) just needs to define your S3 endpoint:
S3_HOST = my-bucket.s3.region123.cloud-provider.com S3_REGION = region123 S3_ACCESS_KEY = ACCESS_KEY_STRING S3_SECRET_KEY = SECRET_KEY_STRING
./fiberfs [fiberfs.conf] [mount_point]
./fiberfs_log [mount_point]