You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/pipelines/get-started.mdx
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,21 +34,22 @@ To use Pipelines, you will need:
34
34
### 1. Enable Pipelines
35
35
TODO
36
36
37
-
## 1. Set up an R2 bucket to use as a destination
37
+
## 1. Set up an R2 bucket and get your API tokens.
38
38
39
-
Pipelines are built to ingest data and store it in an R2 bucket. Create a bucket by following the [get started guide for R2](r2/get-started/).
39
+
Pipelines are built to ingest data and store it in an R2 bucket. Create a bucket by following the [get started guide for R2](r2/get-started/). Save the bucket name for the next step.
40
40
41
-
Save the bucket name for the next step.
41
+
Secondly, make sure to get your R2 API tokens to use in the next step. Follow the guide linked [here](r2/api/s3/tokens/), and make sure to save your Secret Access Key and Access Key IDs.
42
42
43
43
## 2. Create a Pipeline
44
44
45
45
To create a Pipeline using Wrangler, run the following command in a the terminal, and specify:
0 commit comments