Commit 9491b04f authored by Darby Frey's avatar Darby Frey

Use valid bucket name in Secure Files config examples

parent e37f5d99
...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment