Skip to content
代码片段 群组 项目
提交 9491b04f 编辑于 作者: Darby Frey's avatar Darby Frey
浏览文件

Use valid bucket name in Secure Files config examples

上级 e37f5d99
No related branches found
No related tags found
无相关合并请求
...@@ -410,7 +410,7 @@ production: &base ...@@ -410,7 +410,7 @@ production: &base
# storage_path: shared/ci_secure_files # storage_path: shared/ci_secure_files
object_store: object_store:
enabled: false enabled: false
remote_directory: ci_secure_files # The bucket name remote_directory: ci-secure-files # The bucket name
connection: connection:
provider: AWS provider: AWS
aws_access_key_id: AWS_ACCESS_KEY_ID aws_access_key_id: AWS_ACCESS_KEY_ID
...@@ -1449,7 +1449,7 @@ test: ...@@ -1449,7 +1449,7 @@ test:
storage_path: tmp/tests/ci_secure_files storage_path: tmp/tests/ci_secure_files
object_store: object_store:
enabled: false enabled: false
remote_directory: ci_secure_files remote_directory: ci-secure-files
connection: connection:
provider: AWS # Only AWS supported at the moment provider: AWS # Only AWS supported at the moment
aws_access_key_id: AWS_ACCESS_KEY_ID aws_access_key_id: AWS_ACCESS_KEY_ID
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册