2015-10-30 13:05:20 -07:00
|
|
|
Commands
|
|
|
|
========
|
|
|
|
|
|
|
|
The Makefile contains the central entry points for common tasks related to this project.
|
|
|
|
|
|
|
|
Syncing data to S3
|
|
|
|
^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2016-08-06 01:54:19 -07:00
|
|
|
* `make sync_data_to_s3` will use `aws s3 sync` to recursively sync files in `data/` up to `s3://{{ cookiecutter.s3_bucket }}/data/`.
|
|
|
|
* `make sync_data_from_s3` will use `aws s3 sync` to recursively sync files from `s3://{{ cookiecutter.s3_bucket }}/data/` to `data/`.
|