Automatic posix mount point for Minio demo bucket
Requirements
- a user bucket created following WebUI guide
- WinSFP installed. Guide here
Using STS-Wire CLI
Download the STS-Wire utility to get you credentials and mount your bucket in one go.
Run the following command in Powershell from the location where you did download the STS-Wire utility.
Then you will need to provide an instance name (of your choice, it is just for storing IAM client configuration, e.g. myminio
), the path to your bucket or to root /
, and finally the mount point destination (in this example ./mountedVolume
):
.\sts-wire_windows.exe myminio <e.g. https://myserve.com:9000/> / .\mountedVolume
Follow all the instructions, providing a password for credentials encryption when requested. Eventually, if everything went fine, on your browser you will be prompted with a message like:
VOLUME MOUNTED, YOU CAN NOW CLOSE THIS TAB.
The volume will stay mounted untill you exit the running sts-wire process with Control-C.