Skip to content

Commit b05fc9d

Browse files
committed
docs: add gcs board throughout docs
1 parent 6d1bed5 commit b05fc9d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
The pins package publishes data, models, and other Python objects, making it
66
easy to share them across projects and with your colleagues. You can pin
77
objects to a variety of pin *boards*, including folders (to share on a
8-
networked drive or with services like DropBox), RStudio Connect, and Amazon
9-
S3.
8+
networked drive or with services like DropBox), RStudio Connect, Amazon S3,
9+
and Google Cloud Storage.
1010
Pins can be automatically versioned, making it straightforward to track changes,
1111
re-run analyses on historical data, and undo mistakes.
1212

@@ -103,7 +103,7 @@ You can easily control who gets to access the data using the RStudio
103103
Connect permissions pane.
104104

105105
The pins package also includes boards that allow you to share data on
106-
services like Amazon’s S3 (`board_s3()`), with plans to support other backends--
106+
services like Amazon’s S3 (`board_s3()`), and Google Cloud Storage (`board_gcs`), with plans to support other backends--
107107
such as Azure's blob storage.
108108

109109
## Development

docs/api/constructors.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ Board Constructors
1010
~board_local
1111
~board_temp
1212
~board_s3
13+
~board_gcs
1314
~board_rsconnect
1415
~board

docs/getting_started.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Getting Started
2121
===============
2222

2323
The pins package helps you publish data sets, models, and other Python objects, making it easy to share them across projects and with your colleagues.
24-
You can pin objects to a variety of "boards", including local folders (to share on a networked drive or with DropBox), RStudio connect, Amazon S3, and more.
24+
You can pin objects to a variety of "boards", including local folders (to share on a networked drive or with DropBox), RStudio connect, Amazon S3,
25+
Google Cloud Storage, and more.
2526
This vignette will introduce you to the basics of pins.
2627

2728
```{python}

0 commit comments

Comments
 (0)