Digital Marketing

AWS: How to Mount S3 Bucket on EC2 Linux

s3fs allows Linux, macOS, and FreeBSD to mount an S3 bucket via FUSE. s3fs preserves the native object format for files, allowing use of other tools like AWS CLI.

https://github.com/s3fs-fuse/s3fs-fuse


Amazon Linux via EPEL:

sudo amazon-linux-extras install epel
sudo yum install s3fs-fuse

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database