-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
guide: Azure and GCP remote pages #4284
Conversation
Co-authored-by: Restyled.io <commits@restyled.io>
and some typo fixes
and remove repeated content from cmd refs (link to guide)
update admonitions and links
075a120
to
fe64fa5
Compare
This comment was marked as resolved.
This comment was marked as resolved.
improvements to the other ones (S3, Azure)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change summary:
# Amazon S3 | ||
|
||
<!-- | ||
## Amazon S3 | ||
--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small updates to this file to match the format improvements in the new pages.
U: The lines above are no longer new but there are some other small changes to this file.
"azure-blob-storage", | ||
"google-cloud-storage" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added these 2!
## Microsoft Azure Blob Storage | ||
--> | ||
|
||
`dvc remote add` a (new) remote name and a valid [Azure Blob Storage] URL: | ||
|
||
```cli | ||
$ dvc remote add -d myremote azure://<mycontainer>/<path> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All these details are now removed from the remote add/modify
refs.
Same for GCS
> [GC project](/doc/user-guide/how-to/setup-google-drive-remote#using-a-custom-google-cloud-project-recommended) | ||
> as explained above. | ||
> [GC project](#using-a-custom-google-cloud-project-recommended) as explained | ||
> above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally, just a quick internal link fix here for now, but this page (GDrive) would probably be next (turn the existing how-to into a regular remote config page). Or maybe Aliyun OSS is easier (similar to the ones that are done)... 🤔
@dberenbaum thanks for taking a look earlier. Yup this was waiting for #4264, which seems close to ready. I solved conflicts and applied other changes to the template from that PR to these new pages so this one should also be readyish. PTAL when you can.
|
Fixed conflicts again 👍🏼 |
content/docs/user-guide/data-management/remote-storage/index.md
Outdated
Show resolved
Hide resolved
content/docs/user-guide/data-management/remote-storage/amazon-s3.md
Outdated
Show resolved
Hide resolved
4979278
to
c3e76a6
Compare
Co-authored-by: Restyled.io <commits@restyled.io>
…s3.md Co-authored-by: Jorge Orpinel <jorgeorpinel@users.noreply.github.com>
To complete the remote guides where cloud versioning apply.
In review app: