amazon-s3-list:
    aws s3 list

amazon-s3-upload:
    aws s3 cp file.txt s3://hm-production-bucket/file.txt

amazon-s3-download:
    aws s3 cp s3://hm-production-bucket/file.txt file.txt
