Skip to content

Commit 50ac612

Browse files
committed
Iterating feedback
1 parent b005b73 commit 50ac612

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

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

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,7 @@ You can upload objects to your bucket from the Cloudflare dashboard or using the
1111

1212
## Upload objects via Rclone
1313

14-
Rclone is a command-line tool which manages files on cloud storage. You can use Rclone to upload objects to R2. To use Rclone, install it onto your machine:
15-
16-
<Tabs>
17-
<TabItem label="macOS">
18-
To install on a Mac device, install with `brew`.
19-
```sh
20-
brew install rclone
21-
```
22-
</TabItem><TabItem label="Windows">
23-
To install on a Windows device, download it from the official [Rclone website](https://rclone.org/downloads/).
24-
</TabItem>
25-
</Tabs>
26-
27-
:::note
28-
Use Rclone if you wish to upload multiple objects to R2.
29-
30-
Cloudflare dashboard only allows you to upload one object at a time.
31-
:::
14+
Rclone is a command-line tool which manages files on cloud storage. You can use Rclone to upload objects to R2. To use Rclone, install it onto your machine using their official documentation - [Install Rclone](https://rclone.org/install/).
3215

3316
### 1. Configure Rclone by running `rclone config`
3417

@@ -68,6 +51,8 @@ Verify that your files have been uploaded by listing the objects stored in the d
6851
rclone ls r2:bucket_name
6952
```
7053

54+
Refer to our [Rclone example](/r2/examples/rclone/).
55+
7156
## Upload objects via the Cloudflare dashboard
7257

7358
To upload objects to your bucket from the Cloudflare dashboard:
@@ -101,3 +86,9 @@ Upload complete.
10186
```
10287

10388
You can set the `Content-Type` (MIME type), `Content-Disposition`, `Cache-Control` and other HTTP header metadata through optional flags.
89+
90+
:::note
91+
Use Rclone if you wish to upload multiple objects to R2.
92+
93+
Wrangler's `object put` command only allows you to upload one object at a time.
94+
:::

0 commit comments

Comments
 (0)