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/learning-paths/r2-intro/series/r2-4.mdx
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,16 @@ sidebar:
5
5
order: 4
6
6
tableOfContents: false
7
7
description: |
8
+
In this video, you will learn how to use Cloudflare R2's data migration tools, to transfer data from other cloud providers such as Amazon S3 and Google Cloud Storage to R2. The video will demonstrate the step-by-step process of setting up and executing a data migration.
In this video, you will learn how to use Cloudflare R2's data migration tools, to transfer data from other cloud providers such as Amazon S3 and Google Cloud Storage to R2. The video will demonstrate the step-by-step process of setting up and executing a data migration.
Copy file name to clipboardExpand all lines: src/content/docs/learning-paths/r2-intro/series/r2-5.mdx
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,16 @@ sidebar:
5
5
order: 5
6
6
tableOfContents: false
7
7
description: |
8
+
In this video, you will set up a Cloudflare Workers project and connect it to an existing or new R2 bucket. You will secure file uploads using authentication tokens, configure the Wrangler settings, and enable Smart Tiered Cache for optimal performance. Finally, you will deploy and test your serverless API to upload and retrieve files such as podcast episodes.
In this video, you will set up a Cloudflare Workers project and connect it to an existing or new R2 bucket. You will secure file uploads using authentication tokens, configure the Wrangler settings, and enable Smart Tiered Cache for optimal performance. Finally, you will deploy and test your serverless API to upload and retrieve files such as podcast episodes.
"description": "Learn about Cloudflare R2, an object storage solution designed to handle your data and files efficiently. It is ideal for storing large media files, creating data lakes, or delivering web assets.",
title="Watch Episode 4: Migrating your bucket data"
26
-
description=""
26
+
description="In this video, you will learn how to use Cloudflare R2's data migration tools, to transfer data from other cloud providers such as Amazon S3 and Google Cloud Storage to R2."
27
27
href="/learning-paths/r2-intro/series/r2-4/"
28
28
/>
29
29
<LinkCard
30
-
title="Watch Episode 5: "
31
-
description=""
30
+
title="Watch Episode 5: Accessing your bucket from Cloudflare Workers"
31
+
description="In this video, you will build a serverless file API using Cloudflare Workers and R2 by setting up a project, securing uploads, enabling caching and deploying the application."
0 commit comments