How to Mount an Amazon S3 Bucket as a Drive with S3FS
Installation steps for Ubuntu:
On Ubuntu 16.04, using apt-get, it can be installed by using the command below:
sudo apt-get install s3fs
Step 2: Configuration
1. Once S3FS is installed, set up the credentials as shown below:
echo ACCESS_KEY:SE...
learnwithrajat.hashnode.dev1 min read