We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03a9621 + de9b340 commit 58b3bb6Copy full SHA for 58b3bb6
{{ cookiecutter.repo_name }}/Makefile
@@ -23,10 +23,10 @@ lint:
23
flake8 --exclude=lib/,bin/ .
24
25
sync_data_to_s3:
26
- aws s3 sync --recursive data/ s3://$(BUCKET)/data/
+ aws s3 sync data/ s3://$(BUCKET)/data/
27
28
sync_data_from_s3:
29
- aws s3 sync --recursive s3://$(BUCKET)/data/ data/
+ aws s3 sync s3://$(BUCKET)/data/ data/
30
31
#################################################################################
32
# PROJECT RULES #
0 commit comments