mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-22 15:52:13 +00:00
The existing OCI section in admin.rst was a minimal stub that only showed a config snippet without explaining how to actually set up connectivity. Add documentation for: - The OCI S3-compatible endpoint URL format (namespace + region) - That credentials must be set explicitly via AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY using OCI Customer Secret Keys (unlike AWS, OCI has no instance metadata fallback compatible with STS/EC2) - A note that iam_role_arn is AWS-specific and should be omitted for OCI Fixes: SCYLLADB-501 Closes scylladb/scylladb#29689