Welcome to mirror list, hosted at ThFree Co, Russian Federation.

15-0-remove-background-upload-object-storage.yml « 15_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d077175b293d376e735c98f9f5f6bcb9214c24a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- name: "Background upload for object storage"
  announcement_milestone: "14.9"
  announcement_date: "2022-03-22"
  removal_milestone: "15.0"
  removal_date: "2022-05-22"
  breaking_change: true
  reporter: fzimmer
  body: |  # Do not modify this line, instead modify the lines below.
    To reduce the overall complexity and maintenance burden of GitLab's [object storage feature](https://docs.gitlab.com/ee/administration/object_storage.html), support for using `background_upload` has been removed in GitLab 15.0.

    This impacts a small subset of object storage providers, including but not limited to:

    - **OpenStack** Customers using OpenStack need to change their configuration to use the S3 API instead of Swift.
    - **RackSpace** Customers using RackSpace-based object storage need to migrate data to a different provider.

    If your object storage provider does not support `background_upload`, please [migrate objects to a supported object storage provider](https://docs.gitlab.com/ee/administration/object_storage.html#migrate-objects-to-a-different-object-storage-provider).
  stage: Enablement
  tiers: [Core, Premium, Ultimate]
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/26600
  documentation_url: https://docs.gitlab.com/ee/administration/object_storage.html