From d222e6e2a4c414ec0d625904ec31ea3a5a29cf08 Mon Sep 17 00:00:00 2001 From: Anna Stuchlik Date: Thu, 16 Apr 2026 09:14:14 +0200 Subject: [PATCH] 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 --- docs/operating-scylla/admin.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/operating-scylla/admin.rst b/docs/operating-scylla/admin.rst index d06e26e122..6cb09e745d 100644 --- a/docs/operating-scylla/admin.rst +++ b/docs/operating-scylla/admin.rst @@ -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