Skip to content

Instantly share code, notes, and snippets.

@wasdee
Last active April 27, 2023 06:45
Show Gist options
  • Save wasdee/b607166af8edec57deacef2bc1369983 to your computer and use it in GitHub Desktop.
Save wasdee/b607166af8edec57deacef2bc1369983 to your computer and use it in GitHub Desktop.
dvc get started
dvc init
dvc remote add -d storage s3://yyy
dvc remote modify storage endpointurl https://xxx.r2.cloudflarestorage.com/
# global
dvc remote modify --global storage endpointurl https://xxx.r2.cloudflarestorage.com/
dvc remote modify --local myremote account_name 'myaccount'
dvc remote modify --local myremote account_key 'mysecret'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment