Skip to content

Commit

Permalink
AWS dual-purpose for cloud storage
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 14, 2021
1 parent 50857c9 commit d6ebe12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions content/docs/cml-with-dvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
cml-send-comment report.md
```
If you're using DVC with cloud storage, take note of environmental variables for
your storage format.
## Configuring Cloud Storage Providers
<details>
Expand Down
6 changes: 3 additions & 3 deletions content/docs/self-hosted-runners.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ credentials for your cloud compute resources as secrets. In the above example,
`AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` (with privileges to create &
destroy EC2 instances) are required.

For AWS, the same credentials can also be used for
[configuring cloud storage](#configuring-cloud-storage-providers).

### Personal Access Token

<details>
Expand Down Expand Up @@ -230,6 +227,9 @@ Click below to see credentials needed for supported compute providers.
- `AWS_SECRET_ACCESS_KEY`
- `AWS_SESSION_TOKEN` **(optional)**

Note that the same credentials can also be used for
[configuring cloud storage](/doc/cml-with-dvc#configuring-cloud-storage-providers).

</details>

<details>
Expand Down

0 comments on commit d6ebe12

Please sign in to comment.