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
# storage_path: shared/ci_secure_files
object_store:
enabled: false
remote_directory: ci_secure_files # The bucket name
remote_directory: ci-secure-files # The bucket name
connection:
provider: AWS
aws_access_key_id: AWS_ACCESS_KEY_ID
......@@ -1449,7 +1449,7 @@ test:
storage_path: tmp/tests/ci_secure_files
object_store:
enabled: false
remote_directory: ci_secure_files
remote_directory: ci-secure-files
connection:
provider: AWS # Only AWS supported at the moment
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