Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt
hiddentrue

Installing an S3 client application

Working with Acacia requires client applications compatible with the Amazon S3 protocol. These clients can be accessed from Pawsey clusters or they can be installed on your local/institutional computer. 

...

Code Block
module load rclone/<version>


Pshell requires >= Python 3.6.x and boto3. As with rclone in the example above, there are no default module versions for this software. Example below specifies a version of each, but you should check for the latest versions with "module avail <software>" if you're not already familiar with what's available.

Code Block
module load python/3.10.10
module load boto3/1.18.12

Then download the client, we recommend doing this in your /software directory:

Code Block
cd $MYSOFTWARE
git clone https://bitbucket.org/datapawsey/mfclient.git

...

Code Block
sudo -v ; curl https://rclone.org/install.sh | sudo bash

Pshell requires >= Python 3.6.x and boto3 to be installed.

Then download the client:

...


Rclone installation and setup instructions for Windows can be found: here.