# Storage Access Configs

* **Global Configs**
  * The Global Config section is used to define key directories and paths that ShyftSearch needs to operate correctly. Proper configuration ensures that all services including the master, worker, and temporary storage — can access the required files and execute tasks efficiently.

<figure><img src="/files/Q5mC2hkyjQORfqVejtMJ" alt=""><figcaption></figcaption></figure>

* **Cloud Connection Creation & Testing**

  * This section allows you to **create and manage connections** with various cloud platforms and object storage services. These connections serve as **data sources or destinations**, enabling seamless integration with ShyftSearch.

#### 🔧 **Supported Cloud Platforms**

* Amazon Web Services (AWS)
* Microsoft Azure
* Google Cloud Platform (GCP)
* **Other Object Storages** (S3-compatible, like minio, etc.)

#### ⚙️ **Steps for Creating a Cloud Connection**

{% stepper %}
{% step %}
Navigate to the **Configuration** menu in the top navigation bar and select **Storage Access Configs**.
{% endstep %}

{% step %}
In the **Global Configs** dropdown (top-left corner), choose the desired cloud configuration type — **AWS Configs**, **GCP Configs**, **Azure Blob Configs**, or **Other S3 Configs**.
{% endstep %}

{% step %}
Click the  ![](/files/7fxKMj7eH6arbNOxYZGO)  button to create a new connection.
{% endstep %}

{% step %}
In the form, select the appropriate **Auth Type** (role type), fill in the required details, and click **Create Config** to save.
{% endstep %}

{% step %}
Once created, use the **Test** button in the **Test Connection** column to verify connectivity and authentication.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://supercloudnow.gitbook.io/supercloudnow-docs/undefined/usage-guide/configuration/storage-access-configs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
