This is an old revision of the document!
Amazon AWS
AWS Cli tools
- install AWS CLI version 2 by following this web page
https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html
AWS S3 commands
# aws s3 ls
# aws configure # aws configure list
# aws s3 ls
# aws s3 sync s3://bucketname /localfolder
example # cd ~/Downloads/apao2021 # aws s3 sync s3://congress.demo .