doc: document support for OCI Object Storage

This commit extends the object storage configuration section
with support for OCi object storage.

Fixes SCYLLADB-502

Closes scylladb/scylladb#29503
This commit is contained in:
Anna Stuchlik
2026-04-16 09:14:14 +02:00
committed by Botond Dénes
parent cfebe17592
commit d222e6e2a4

View File

@@ -146,6 +146,25 @@ AWS Security Token Service (STS) or the EC2 Instance Metadata Service.
- When set, these values are used by the S3 client to sign requests.
- If not set, requests are sent unsigned, which may not be accepted by all servers.
.. _admin-oci-object-storage:
Using Oracle OCI Object Storage
=================================
Oracle Cloud Infrastructure (OCI) Object Storage is compatible with the Amazon
S3 API, so it works with ScyllaDB without additional configuration.
To use OCI Object Storage, follow the same configuration as for AWS S3, and
specify your OCI S3-compatible endpoint.
Example:
.. code:: yaml
object_storage_endpoints:
- name: https://idedxcgnkfkt.compat.objectstorage.us-ashburn-1.oci.customer-oci.com:443
aws_region: us-ashburn-1
.. _admin-compression:
Compression