Closed ihh closed 5 years ago
Keep it simple:
biomake --sync s3://mybucket/my/path
aws s3 sync --delete s3://mybucket/my/path .
aws s3 sync --delete . s3://mybucket/my/path
--sync
Keep it simple:
biomake --sync s3://mybucket/my/path
aws s3 sync --delete s3://mybucket/my/path .
before building any targetsaws s3 sync --delete . s3://mybucket/my/path
after building all targets--sync