> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dataraven.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Oracle Object Storage

> Connect Oracle Object Storage buckets as sources and destinations for transfer tasks.

Oracle Cloud Infrastructure Object Storage, connected through its S3-compatible endpoint.

## At a Glance

|                   |                                                   |
| ----------------- | ------------------------------------------------- |
| **Region**        | Required                                          |
| **Endpoint URL**  | Required — Oracle S3-compatible endpoint          |
| **Credentials**   | Access key — `access_key_id`, `secret_access_key` |
| **Task defaults** | `s3_no_check_bucket: true`                        |

## Credentials

Create a [secret](/secrets) with the **Oracle Object Storage** provider type. The auth method is
`oracle_object_storage_s3_access_key`, which requires:

| Field               | Description                    |
| ------------------- | ------------------------------ |
| `access_key_id`     | Customer Secret Key access key |
| `secret_access_key` | Customer Secret Key secret     |

Oracle calls S3-compatible credentials **Customer Secret Keys** — generate one in the OCI console
under your user's settings.

## Location Setup

| Field             | Value                                    |
| ----------------- | ---------------------------------------- |
| **region**        | Required — your OCI region               |
| **endpoint\_url** | Required — Oracle S3-compatible endpoint |

Oracle Object Storage uses an S3-compatible API. Both region and endpoint URL are required; the
endpoint follows the shape `https://<namespace>.compat.objectstorage.<region>.oraclecloud.com`.

Example:

| Field          | Example value                                                           |
| -------------- | ----------------------------------------------------------------------- |
| name           | `OCI Archive`                                                           |
| location\_type | Oracle Object Storage                                                   |
| bucket\_name   | `acme-archive`                                                          |
| region         | `us-ashburn-1`                                                          |
| endpoint\_url  | `https://mynamespace.compat.objectstorage.us-ashburn-1.oraclecloud.com` |

## Importing from rclone.conf

The importer has no dedicated mapping for Oracle's S3-compatible remotes, so they import as
**S3 Compatible** — fully functional, since the endpoint and credentials carry over. To use the
first-class Oracle Object Storage type (and its defaults), create the secret and location
manually instead. See the [rclone import guide](/guides/import-rclone-config).
