s3: add Scality (RING / ARTESCA) provider

Add Scality as an S3 provider covering both Scality RING (S3 Connector)
and ARTESCA, which share the same CloudServer + Vault S3 implementation.

The only quirk required is force_path_style: both products support
path-style addressing, and virtual-hosted style needs wildcard DNS that
on-prem deployments usually lack.
This commit is contained in:
Dzmitry Nianakhau
2026-07-28 17:35:11 +01:00
committed by Nick Craig-Wood
parent 512ed643f7
commit 0257ae9b50
4 changed files with 136 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
name: Scality
description: Scality (RING / ARTESCA)
region: {}
endpoint: {}
location_constraint: {}
acl: {}
quirks:
force_path_style: true # RING and ARTESCA support path-style; virtual-hosted style needs wildcard DNS which on-prem clients often lack