We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff739a commit 0d89a2eCopy full SHA for 0d89a2e
src/content/docs/r2/objects/upload-objects.mdx
@@ -16,6 +16,7 @@ Rclone is a command-line tool which manages files on cloud storage. You can use
16
Upload your files to R2 using the `rclone copy` command.
17
18
```sh
19
+# Upload a single file
20
rclone copy /path/to/local/file.txt r2:bucket_name
21
22
# Upload everything in a directory
0 commit comments