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
You can upload objects to your bucket from the Cloudflare dashboard or using the Wrangler.
10
+
You can upload objects to your bucket from using rclone, Cloudflare dashboard, or Wrangler.
11
11
12
12
## Upload objects via Rclone
13
13
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.
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
15
16
-
To use Rclone, install it onto your machine using their official documentation - [Install Rclone](https://rclone.org/install/).
16
+
To use rclone, install it onto your machine using their official documentation - [Install rclone](https://rclone.org/install/).
17
17
18
18
Upload your files to R2 using the `rclone copy` command.
19
19
@@ -31,7 +31,7 @@ Verify that your files have been uploaded by listing the objects stored in the d
31
31
rclone ls r2:bucket_name
32
32
```
33
33
34
-
For more information, refer to our [Rclone example](/r2/examples/rclone/).
34
+
For more information, refer to our [rclone example](/r2/examples/rclone/).
35
35
36
36
## Upload objects via the Cloudflare dashboard
37
37
@@ -68,7 +68,7 @@ Upload complete.
68
68
You can set the `Content-Type` (MIME type), `Content-Disposition`, `Cache-Control` and other HTTP header metadata through optional flags.
69
69
70
70
:::note
71
-
Use Rclone if you wish to upload multiple objects to R2.
72
-
73
71
Wrangler's `object put` command only allows you to upload one object at a time.
72
+
73
+
Use rclone if you wish to upload multiple objects to R2.
0 commit comments