Duplicated uploads section in gitlab.yml.example

In gitlab.yml.example file https://gitlab.com/gitlab-org/gitlab-ee/blob/1d138649dbb57e7e0e8b00b003ad2efa6c561d0a/config/gitlab.yml.example#L178-200, there is a duplicated uploads section:

 ## Uploads (attachments, avatars, etc...)
  uploads:
    # The location where uploads objects are stored (default: public/).
    # storage_path: public/
    # base_dir: uploads/-/system
    object_store:
      enabled: true
      remote_directory: uploads # Bucket name
      # background_upload: false # Temporary option to limit automatic upload (Default: true)
      connection:
        provider: AWS
        aws_access_key_id: AWS_ACCESS_KEY_ID
        aws_secret_access_key: AWS_SECRET_ACCESS_KEY
        region: eu-central-1
        # Use the following options to configure an AWS compatible host
        # host: 'localhost' # default: s3.amazonaws.com
        # endpoint: 'http://127.0.0.1:9000' # default: nil
        # path_style: true # Use 'host/bucket_name/object' instead of 'bucket_name.host/object'

  ## Uploads (attachments, avatars, etc...)
  uploads:
    # The location where uploads objects are stored (default: public/).
    # storage_path: public/
    # base_dir: uploads/-/system

This is probably a mistake.

/cc @smcgivern @mbergeron @stanhu

Assignee Loading
Time tracking Loading