1
0
Fork 0
mirror of https://github.com/prise6/smart-iss-posts synced 2024-05-02 05:42:43 +02:00
smart-iss-posts/docs/commands.rst
François Vieille c54226eca5 init
2018-08-05 22:21:49 +02:00

11 lines
489 B
ReStructuredText

Commands
========
The Makefile contains the central entry points for common tasks related to this project.
Syncing data to S3
^^^^^^^^^^^^^^^^^^
* `make sync_data_to_s3` will use `aws s3 sync` to recursively sync files in `data/` up to `s3://[OPTIONAL] your-bucket-for-syncing-data (do not include 's3://')/data/`.
* `make sync_data_from_s3` will use `aws s3 sync` to recursively sync files from `s3://[OPTIONAL] your-bucket-for-syncing-data (do not include 's3://')/data/` to `data/`.