Step 1. Install s3fs on an OCI compute instance running Ubuntu
SSH remotely into your Ubuntu server and run sudo apt update to update your system repository. Then type the command
sudo apt install s3fs awscli -y
to install S3fs on your system. To verify proper installation, run which s3fs and you should be able to see the path of the program.
Note: refer to our other tutorials on how to create and connect to cloud compute instance through Bastion host.