...
When transferring files between Acacia and Pawsey filesystems, the relevant module of the client of choice should be loaded first. In Pawsey clusters, we count with modules of the following S3 compatible clients:
- mc (minio rclone (this is the recommended client):
module load minioclirclone/<version>
- rclonemc (minio client):
module load rcloneminiocli/<version>
- aws client:
module load awscli/<version>
...