Skip to content

Commit b5bf5f3

Browse files
committed
Adding emphasis on uploading concurrently.
1 parent ed78db0 commit b5bf5f3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/content/docs/r2/examples/rclone.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Render, Steps } from "~/components";
88
<Render file="keys" />
99
<br />
1010

11-
Rclone is a command-line tool which manages files on cloud storage. You can use Rclone to upload objects to R2.
11+
Rclone is a command-line tool which manages files on cloud storage. You can use Rclone to upload objects to R2 concurrently.
1212

1313
## Configure Rclone
1414

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ 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 using their official documentation - [Install Rclone](https://rclone.org/install/).
14+
Rclone is a command-line tool which manages files on cloud storage. You can use Rclone to upload objects to R2. Rclone is useful if you wish to upload multiple objects concurrently.
15+
16+
To use Rclone, install it onto your machine using their official documentation - [Install Rclone](https://rclone.org/install/).
1517

1618
Upload your files to R2 using the `rclone copy` command.
1719

0 commit comments

Comments
 (0)