Shell scripts to access AWS S3 Install dependencies: apt-get install html-xml-utils curl To download single file: ./aws-s3-file.sh <region> <bucket> <remote-file> <local-file> To sync local directory: ./aws-s3-sync.sh <region> <bucket> <remote-path> <local-path>