浏览代码

Improve Goofys documentation example for GCS

Fixes #573 (Github Issue).
pull/578/head
Slavi Pantaleev 5 年前
父节点
当前提交
0074ca646e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      docs/configuring-playbook-s3.md

+ 1
- 0
docs/configuring-playbook-s3.md 查看文件

@@ -47,5 +47,6 @@ You can use any S3-compatible object store by **additionally** configuring these


```yaml ```yaml
matrix_s3_media_store_custom_endpoint_enabled: true matrix_s3_media_store_custom_endpoint_enabled: true
# Example: "https://storage.googleapis.com"
matrix_s3_media_store_custom_endpoint: "your-custom-endpoint" matrix_s3_media_store_custom_endpoint: "your-custom-endpoint"
``` ```

正在加载...
取消
保存