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

# Oracle Storage Connector

> Access documents stored in Oracle Cloud Infrastructure Object Storage

## How it works

The Oracle Cloud Infrastructure (OCI) Storage connector pulls in all documents from the specified OCI bucket. It supports various file formats including PDF, DOC, DOCX, TXT, and more.

Documents are updated every **1** day.

## Setting up

### Authorization

1. Log into your Oracle Cloud Console.
2. Click on the user icon in the top-right corner and select "User Settings".

<img src="https://mintcdn.com/utopikai/g8jaLDrzOAAW8fQL/images/connectors/blob/oci/topbar.png?fit=max&auto=format&n=g8jaLDrzOAAW8fQL&q=85&s=f0dbf079dc17e039cd47f7804d24a8d4" alt="API Keys" width="3198" height="226" data-path="images/connectors/blob/oci/topbar.png" />

3. Under "Resources", click on "Customer Secret Keys".
   <img src="https://mintcdn.com/utopikai/g8jaLDrzOAAW8fQL/images/connectors/blob/oci/apikeys.png?fit=max&auto=format&n=g8jaLDrzOAAW8fQL&q=85&s=0b6f68a019733f45850f799af6904342" alt="API Keys" width="3178" height="1018" data-path="images/connectors/blob/oci/apikeys.png" />

4. Click "Generate Secret Key".

5. Enter a friendly name for your key (e.g., "UtopikAIOCIConnector").

6. Click "Generate Secret Key".

7. You will see your Secret Key. Make sure to copy the key immediately, as you won't be able to retrieve the Secret Key later.

8. You should now be taken to the "Customer Secret Keys" page and see a list of keys (including the name of the key you just generated). The corresponding access key should be present.

<img src="https://mintcdn.com/utopikai/g8jaLDrzOAAW8fQL/images/connectors/blob/oci/secretkeys.png?fit=max&auto=format&n=g8jaLDrzOAAW8fQL&q=85&s=febc7596cb4f69b76ade2984e78f1701" alt="API Keys" width="3168" height="1074" data-path="images/connectors/blob/oci/secretkeys.png" />

<img src="https://mintcdn.com/utopikai/g8jaLDrzOAAW8fQL/images/connectors/blob/oci/hoverkey.png?fit=max&auto=format&n=g8jaLDrzOAAW8fQL&q=85&s=496534e27aa8e1c5c5bba9bf3d9c539f" alt="Hover Key" width="1150" height="402" data-path="images/connectors/blob/oci/hoverkey.png" />

9. To find your tenancy's Object Storage namespace, click on the user icon in the top-right corner and select "Tenancy: \[your tenancy name]".
10. In the tenancy details, you'll find the Object Storage namespace.

### Indexing

1. Navigate to the Admin Dashboard and select the **Oracle Cloud Infrastructure Storage** Connector.
2. In **Step 1**, provide your OCI credentials:

<img src="https://mintlify.s3.us-west-1.amazonaws.com/utopikai/images/connectors/blob/oci/UtopikAI1.png" alt="API Keys" />

* Provide your OCI Access Key, Secret Key, Namespace, and Region for authentication.
* These credentials will be used to access your OCI buckets.

**OCI Access Key:**
**OCI Secret Key:**
**Namespace:**
**Region:**

3. Click "Update" to save your credentials.

4. In **Step 2**, specify which OCI bucket you want to make searchable:

<img src="https://mintlify.s3.us-west-1.amazonaws.com/utopikai/images/connectors/blob/oci/UtopikAI2.png" alt="API Keys" />

5. Click "Connect" to begin indexing.

## Understanding Oracle Cloud Infrastructure Object Storage Structure

Oracle Cloud Infrastructure Object Storage organizes data into buckets. Each bucket can contain an unlimited number of objects (files). You can think of a bucket as a root directory, and the objects as files within that directory.

For more information on OCI Object Storage structure, visit the [Oracle Cloud Infrastructure Object Storage documentation](https://docs.oracle.com/en-us/iaas/Content/Object/Concepts/objectstorageoverview.htm).
