- outline
Using S3 as a filesystem is useful and intuitive.
- how-to
>> wget https://s3.amazonaws.com/mountpoint-s3-release/latest/x86_64/mount-s3.rpm
>> sudo yum install ./mount-s3.rpm
>> mkdir foo
>> mount-s3 <bucket-name> foo_bar
bucket <bucket-name> is mounted at foo_bar
>> ls -l foo_bar
- reference