http://dacxzjk3kq5mmepbdd3ai2ifynlzxsnpl2cnkfhridqfywihrfftapid.onion/help/administration/object_storage.md
Set up the object storage connection, using the same parameters you set up in /etc/gitlab/gitlab.rb , in the following example format:
Example connection using the existing uploads configuration:
settings = Gitlab . config . uploads . object_store . connection . deep_symbolize_keys
connection = Fog :: Storage . new ( settings )
Example connection using access keys:
connection = Fog :: Storage . new (
{
provider: 'AWS' ,
region: 'eu-central-1' ,
aws_access_key_id:...