Helpful guides and examples to make life easier.
For setting up your AWS infrastructure go to run
Make sure that you have an AWS access key. If you are unable to follow the steps below, feel free to contact Zi and she will make you one:
We have an extensive .R code which downloads data automatically into your system. Find the template repository here.
AWS has good documentation on how to use their interface to connect to s3.
aws s3 cp s3://task-data-raw/NAME-OF-THE-FOLDER/ . --recursive
This code will copy all the files to your local library.