Versions Compared

Key

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

...

Code Block
python3 pshell.py

portal:/projects>remote add project123 s3 https://projects.pawsey.org.au

portal:/projects>remote project123

project123:/>login
Access: xyz
Secret: ***

Note
titleUnable to locate credentials

There may be an error message at this step if you're doing this for the first time, appearing like this:

Code Block
portal:/projects>remote project123
    ERROR 2024-01-01 12:00:00,000 >>> s3client.connect(): Unable to locate credentials

You can ignore this message as you will be providing these credentials with the subsequent "login" command as above.


Using pshell subsequently the commands (ls, cd, mkdir, get, put) will behave as normal (PSHELL Quickstart).

...