How do I setup Minio?
MSI blessed images have the Minio Client (mc) pre-installed
To use the client:
- Upload your Minio config.json from stratus-bastion to the VM:
scp user@stratus-bastion:.mc/config.json \
.mc/config.json On the VM:
mc ls s3cache
mc mb s3cache/dbgap-test
mc cp test_file s3cache/dbgap-test/test_file