Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 316 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 316 Bytes

Shell scripts to access AWS S3

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