...
Code Block |
---|
portal:> remote portal [ authenticated ] * public [ not connected ] aws [ not connected to: https://data.pawsey.org.au:443 public not connected to: https://data] |
You can query the configuration of a particular remote as follows:
Code Block |
---|
portal:/>remote portal --info
name = portal
type = mflux
protocol = https
server = data.pawsey.org.au
port = 443
domain = ivec |
New remotes can be added for an additional Mediaflux server (similar to the default portal and public) or for an S3 resource. An example of adding an acacia project is shown below:
Code Block |
---|
portal:/>remote pawsey0961 s3 https://projects.pawsey.org.au:443 aws portal:> remote portal [ authenticated ] * public [ not connected to: 'ap-southeast-2' pawsey0002 not connected to: https://acacia.pawsey.org.au |
...
]
pawsey0961 [ login required ]
portal:/>remote pawsey0961
pawsey0961:/>login
Access: abc123
Secret: |
For further information, see: pshell and S3 remotes.
...