Commit 238e9a88 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'jdrpereira-master-patch-72054' into 'master'

Clarify support for S3 compatible services in container registry

See merge request gitlab-org/gitlab!39240
parents 550881d6 fe5c5894
......@@ -331,6 +331,9 @@ The different supported drivers are:
| swift | OpenStack Swift Object Storage |
| oss | Aliyun OSS |
NOTE: **Note:**
Although most S3 compatible services (like [MinIO](https://min.io/)) should work with the registry, we only guarantee support for AWS S3. Because we cannot assert the correctness of third-party S3 implementations, we can debug issues, but we cannot patch the registry unless an issue is reproducible against an AWS S3 bucket.
Read more about the individual driver's configuration options in the
[Docker Registry docs](https://docs.docker.com/registry/configuration/#storage).
......
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