Skip to content

Commit f8b181a

Browse files
committed
updates
1 parent e82b6df commit f8b181a

File tree

2 files changed

+46
-6
lines changed

2 files changed

+46
-6
lines changed

src/content/docs/learning-paths/r2/series/r2-1.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ sidebar:
55
order: 1
66
tableOfContents: false
77
description: |
8-
hi
8+
Cloudflare R2 is an object storage solution designed to handle your data and files efficiently. It is ideal for various use cases, such as storing large media files, creating data lakes, or delivering web assets. R2 offers a flexible architecture to suit your needs, all with zero egress fees, meaning you don't have to worry about unexpected costs when moving your data.
9+
910
---
1011

1112
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
@@ -19,7 +20,7 @@ import { Render, Tabs, TabItem, Stream, Card } from "~/components";
1920
<Stream
2021
id="f5922079245064953abb76127c76cb9a"
2122
title="Introduction to R2"
22-
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/r2-1.png"
23+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/R2-1%20Getting%20started%20with%20R2.jpg"
2324
showMoreVideos={false}
2425
chapters={{
2526
"Introduction": "3s",
@@ -36,10 +37,6 @@ import { Render, Tabs, TabItem, Stream, Card } from "~/components";
3637

3738
</Card>
3839
</TabItem>
39-
40-
<TabItem label="Step-by-step tutorial">
41-
42-
</TabItem>
4340

4441
<TabItem label="Series overview">
4542
<Render file="r2-series-navigation" />
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
pcx_content_type: navigation
3+
title: R2 Public Buckets
4+
sidebar:
5+
order: 1
6+
tableOfContents: false
7+
description: |
8+
9+
---
10+
11+
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
12+
13+
<Tabs>
14+
<TabItem label="Watch this episode">
15+
16+
This video outlines how to configure public buckets in R2, which are private by default, to enable public Internet access. It presents two methods for setting up public access: using a custom domain for greater control over content management and security, or a Cloudflare managed subdomain for a simpler configuration.
17+
18+
<Card>
19+
<Stream
20+
id="e8731d392bfde834be5717e7043ee801"
21+
title="R2 Public Buckets"
22+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/R2-2%20public%20buckets.jpg"
23+
showMoreVideos={false}
24+
chapters={{
25+
"Introduction": "3s",
26+
"Setting Up a Public Bucket with a Custom Domain": "44s",
27+
"Using Cloudflare Managed Subdomain for Public Access": "1m44s"
28+
}}
29+
/>
30+
31+
**Related content**
32+
33+
If you want to dive into detail, refer to the following pages:
34+
35+
- [Cloudflare R2](/r2/)
36+
37+
</Card>
38+
</TabItem>
39+
40+
<TabItem label="Series overview">
41+
<Render file="r2-series-navigation" />
42+
</TabItem>
43+
</Tabs>

0 commit comments

Comments
 (0)