- Clone repository and create dataset folder in parent directory and add wine-quality.csv in the dataset folder
- Set AWS S3 credentials in .dvc/config file or set using "dvc remote modify {key value}" command
- dvc add dataset
- dvc push to remote
- Clone Repository
- Set AWS S3 credentials in .dvc/config file or set using "dvc remote modify {key value}" command
- dvc pull
[core]
remote = s3remote
['remote "s3remote"']
url = S3://dvc-example
endpointurl = http://{AWS_S3_URL}:{PORT}/
access_key_id = admin
secret_access_key = admin
use_ssl = false