...
The set up for each client is different, as detailed belowin the following subsections. It has been reported that rclone seems to be the more robust choice for very large file transfers.
MinIO Client
Code Block | ||||
---|---|---|---|---|
| ||||
mc alias set <ALIAS_NAME> https://acacia.pawsey.org.au <ACCESS_ID> <SECRET_KEY> |
...
To use rclone commands, you will need to load the rclone module:
Code Block | ||||
---|---|---|---|---|
| ||||
module load rclone |
...