Skip to content

Commit a623946

Browse files
Apply suggestions from code review
Co-authored-by: Kate Tungusova <[email protected]>
1 parent 8c49702 commit a623946

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/r2/objects/view-objects.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ sidebar:
77

88
import { FileTree, Tabs, TabItem, Steps } from "~/components"
99

10-
You can view your objects in a R2 bucket in multiple ways.
10+
View your R2 bucket's objects through:
1111

12-
- Through the [Cloudflare dashboard](https://dash.cloudflare.com/login).
13-
- Through the [`wrangler list` command](/workers/wrangler/commands/#r2-bucket-list).
14-
- If using [`rclone`](https://rclone.org/install/), through the `rclone ls` command.
12+
- the [Cloudflare dashboard](https://dash.cloudflare.com/login).
13+
- the [`wrangler list` command](/workers/wrangler/commands/#r2-bucket-list).
14+
- the `rclone ls` command, if using [`rclone`](https://rclone.org/install/).
1515

1616
## View prefixes as directories
1717

@@ -24,7 +24,7 @@ For example, an object named `example/object` will be displayed as below.
2424
- object
2525
</FileTree>
2626

27-
Object names which end with `/` will cause the dashboard to render the object as a folder with an unnamed object inside.
27+
Object names which end with `/` will cause the Cloudflare dashboard to render the object as a folder with an unnamed object inside.
2828

2929
For example, uploading an object named `example/` will be displayed as below.
3030

0 commit comments

Comments
 (0)