S3FS Fuse and MinIO
s3fs fuse is an S3 object compatible file system which allows you to mount an S3 compatible bucket (AWS, MinIO etc) as a local mount point.
Using the previous guide on setting up MinIO, we'll install s3fs, mount a MinIO bucket, and image a local drive to it. We first need to create a file which will store your service keys/credentials. This also must have the correct permissions otherwise s3fs won't mount it if they're too permissive.
To set a service account; MinIO Console > Identity > Service Accounts
To set a user account with an associated service account; MinIO Console > Users > Select User > Service Accounts > Create Service Account
If you were using this in a test environment and needed to ignore a self-signed or otherwise invalid SSL cert, just append '-o no_check_certificate'
Now you can use your preferred imaging and set /mnt/mynewbucket as your destination.
Last updated