rstudio / pins-r

Pin, discover, and share resources
https://pins.rstudio.com
Other
312 stars 63 forks source link

`board_azure` should allow setting the path to the board #528

Closed hongooi73 closed 2 years ago

hongooi73 commented 2 years ago

Currently, board_azure doesn't have any facility to specify where the board is located inside the container. However, all storage services that AzureStor supports (file, blob, ADLS2) can have directories, like with a local disk, so there is no reason not to allow it.

I can make a PR for this.

hongooi73 commented 2 years ago

This is basically the equivalent of specifying a prefix with S3; you can actually do the same with Azure blobs, but using directory syntax seems more straightforward and also generalises to file and ADLS2 storage.

hadley commented 2 years ago

Yeah, a PR would be great.

github-actions[bot] commented 2 years ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.