mirror of
https://github.com/oceanprotocol/datascience.git
synced 2022-09-23 03:31:37 +02:00
6 lines
187 B
Bash
6 lines
187 B
Bash
|
aws s3 sync ./dist s3://datascience.oceanprotocol.com \
|
||
|
--delete \
|
||
|
--acl public-read \
|
||
|
--exclude '.DS_Store' \
|
||
|
--cache-control max-age=0,no-cache,no-store,must-revalidate
|