Browse Source

maintainers: add rclone

Simon Legner 1 month ago
parent
commit
4dcf237c2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/maintainers.md

+ 1 - 1
docs/maintainers.md

@@ -31,7 +31,7 @@ In order to deploy DevDocs, you must:
 
 - be given access to DevDocs's [Sentry instance](https://sentry.io/devdocs/devdocs-js/) (for JS error tracking) and familiarize yourself with its UI.
 
-- be provided with DevDocs's S3 credentials, and install (`brew install awscli` on macOS) and [configure](https://docs.aws.amazon.com/cli/latest/reference/configure/) the AWS CLI on your computer. The configuration must add a named profile called "devdocs":
+- be provided with DevDocs's S3 credentials, and install (`brew install awscli` on macOS) and [configure](https://docs.aws.amazon.com/cli/latest/reference/configure/) the AWS CLI on your computer. Alternatively, [rclone](https://rclone.org/) [s3](https://rclone.org/s3/) may be used (add `--rclone` to the commands). The configuration must add a named profile called "devdocs":
 
   ```
   aws configure --profile devdocs