Commit 2c008d0a authored by Etienne Baqué's avatar Etienne Baqué

Merge branch 'fixes-secure-file-object-storage-path' into 'master'

Use valid bucket name in Secure Files config examples

See merge request gitlab-org/gitlab!79540
parents 959ca0df 9491b04f
...@@ -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