Commit dd178124 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'fix-object-store-docs' into 'master'

Fix docs for using object storage for storing artifacts

See merge request !2580
parents aef62b69 ee689953
......@@ -107,9 +107,9 @@ _The artifacts are stored by default in
```ruby
gitlab_rails['artifacts_enabled'] = true
gitlab_rails['artifacts']['object_store_enabled'] = false
gitlab_rails['artifacts']['object_store_directory'] = "artifacts"
gitlab_rails['artifacts']['object_store_connection'] = {
gitlab_rails['artifacts_object_store_enabled'] = true
gitlab_rails['artifacts_object_store_remote_directory'] = "artifacts"
gitlab_rails['artifacts_object_store_connection'] = {
'provider' => 'AWS',
'region' => 'eu-central-1',
'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