|
1 | 1 | {% if page.path contains "cockroachcloud" %} |
2 | | -{{ site.data.alerts.callout_info }} |
3 | | -Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions may work, and common compatibility issues may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs. |
| 2 | +{{ site.data.alerts.callout_danger }} |
| 3 | +Cockroach Labs does not officially support S3-compatible storage solutions other than AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Some common compatibility issues may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs. |
4 | 4 |
|
5 | | -However, Cockroach Labs does not support untested storage systems. Contact the [Cockroach Labs Support team]({% link {{ site.current_cloud_version }}/support-resources.md %}) for more information. |
| 5 | +The [Cockroach Labs Support team]({% link {{ site.current_cloud_version }}/support-resources.md %}) is available to offer assistance where possible. If you encounter issues when using unsupported S3-compatible storage, drivers, or frameworks, contact the maintainer directly. |
6 | 6 | {{ site.data.alerts.end }} |
7 | 7 | {% else %} |
8 | | -{{ site.data.alerts.callout_info }} |
9 | | -Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions may work{% if page.version.version !="v24.1" %}, and common compatibility issues in v24.3 and later may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs{% endif %}. |
| 8 | +{{ site.data.alerts.callout_danger }} |
| 9 | +Cockroach Labs does not officially support S3-compatible storage solutions other than AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage.{% if page.version.version !="v24.1" %} Some common compatibility issues may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.{% endif %}. |
10 | 10 |
|
11 | | -However, Cockroach Labs does not support untested storage systems. Contact the [Cockroach Labs Support team]({% link {{page.version.version}}/support-resources.md %}) for more information. |
| 11 | + |
| 12 | +The [Cockroach Labs Support team]({% link {{page.version.version}}/support-resources.md %}) is available to offer assistance where possible. If you encounter issues when using unsupported S3-compatible storage, drivers, or frameworks, contact the maintainer. |
12 | 13 | {{ site.data.alerts.end }} |
13 | 14 | {% endif %} |
0 commit comments