Install awscli
~ pip install --upgrade --user awscli
AWSCLI Configure
~ aws configure
Install sefs
~ yum install s3fs-fuse -y
Mount S3 Bucket to local filesystem
So, what we have done here?
We mount our s3 bucket to our local system and then bind mount it with the container. Now, if we copy any new file to our local directory. It will automatically go to our s3 bucket and in our containers
Top comments (0)