瀏覽代碼

maintainers: add rclone

Simon Legner 1 月之前
父節點
當前提交
4dcf237c2a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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