# Connect Bucket with Cyberduck

Cyberduck is a free and open-source application designed for file transfer and cloud storage management. it simplifies the process of connecting your local computer to remote servers or cloud storage services.

{% embed url="<https://youtu.be/GgBAAkjVFWI>" %}

## Prerequisites

To download the **Cyberduck** and installation follow these [links](https://cyberduck.io/download/).

Zata.ai Bucket - [Bucket Create Guide](https://docs.zata.ai/manage/bucket/create-bucket).

Access and Secret Key Pair - [Access Key Guide](https://docs.zata.ai/manage/access-keys/creating-a-new-access-key).

REST Endpoint to follow these click on [links](https://docs.zata.ai/manage/service-urls-for-zata.ai-s3).

Now open the Cyberduck.

Click on the Open connection to add the new account.

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

Click on the option, select the S3-compatible storage, and click on the more option.

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

After these, search the S3-Compatible storage and choose the option.

<figure><img src="/files/1WAax828VfVbqgEABsIX" alt=""><figcaption></figcaption></figure>

Choose the S3(Deprecated path style requests)

<figure><img src="/files/32m1jw3MLJujDn1WZ7t0" alt=""><figcaption></figcaption></figure>

After these now back to the main console the add some details about the S3 account.

Set the Server :- [REST the Endpoint](https://docs.zata.ai/manage/service-urls-for-zata.ai-s3)

Access\_key: Access key that you created above.

Secret\_key:- The secret key that you created above.

Click on the connect.

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

Let's see the bucket is visible that we created in the Zata.ai bucket section.

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

Now click on the upload option and upload the file. Alternatively, you can simply drag and drop it.

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

Lets see the data has been transferred from the local system to the bucket.

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

Navigate to the Zata.ai dashboard, select the Object storage section, choose the bucket, and check the data.

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


---

# 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://docs.zata.ai/knowledgebase/connect-bucket-with-cyberduck.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.
