Versions Compared

Key

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

...

You are now set up to use rclone to move data to/from your Acacia storage.

AWS Client

Configuration for aws


Code Block
languagebash
user@setonix:~> tee -a $HOME/.aws/credentials <<EOF

[<profilename>]
aws_access_key_id=
aws_secret_access_key=
EOF

ggrover@setonix:~> tee -a $HOME/.aws/config <<EOF

[profile <profilename>]
output=json
EOF


To use aws client commands, you will need to load the aws client module:

...