Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/r2/examples/rclone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ This will create a `rclone` configuration file, which you can then modify with t
Ensure you are running `rclone` v1.59 or greater ([rclone downloads](https://beta.rclone.org/)). Versions prior to v1.59 may return `HTTP 401: Unauthorized` errors, as earlier versions of `rclone` do not strictly align to the S3 specification in all cases.
:::

If you have already configured `rclone` in the past, you may run `rclone config file` to print the location of your `rclone` configuration file:
If you have already configured `rclone` in the past, you may run `rclone config` to print the location of your `rclone` configuration file:

```sh
rclone config file
rclone config
# Configuration file is stored at:
# ~/.config/rclone/rclone.conf
```
Expand Down