> For the complete documentation index, see [llms.txt](https://docs.neevcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neevcloud.com/neevcloud-products/storage/neevcloud-s3-integration/connect-bucket-with-s3-client.md).

# Connect Bucket with S3 Client

{% embed url="<https://youtu.be/2ip4pu5TZSM?si=hdQHWuBLvwIVHbmT>" %}

## Prerequisites

Neevcloud Bucket - See our [Bucket Creation Guide](https://docs.neevcloud.com/neevcloud-products/storage/object-storage/create-bucket)

Access $ Secret Key Pair- See our  [Access Key Guide](https://docs.neevcloud.com/neevcloud-products/access-details/s3-ec2-credentials/create-s3-ec2-credentials)

REST Endpoint to follow these [links](https://docs.neevcloud.com/neevcloud-products/storage/object-storage/service-urls-for-neevcloud-s3)

For S3 client follow these [links.](https://s3browser.com/)

## Now connect the bucket with the s3 client to follow these steps.

Open the s3 browser.

### To add a new account

Navigate to the S3 browser, click on the Accounts section, and select Add New Account.

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

### Fill in the required details

Fill in the Information:- \
**Display name** - Set a display name of your choice.\
**Account type** - Select S3 Compatible Storage\
**REST Endpoint**- Set it to - <https://s3-api.neevcloud.com\\>
**Access\_Key** - Access key that you created above.\
**Secret\_key** - The secret key that you created above.

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

Click the Advanced Settings -

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

Select the Signature Version:-  Signature V2

Addressing model:- Path style

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

After this click the Add new account ->

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

### Check the status of the Created Account

Navigate to the s3 browser accounts section to check the status of the account.

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

### Check the details of the Buckets

Explore Bucket Details and Uploaded Files:

* Select any Bucket to view detailed information about the files

<figure><img src="/files/8NqATR71u0JRhLwia3wf" alt=""><figcaption></figcaption></figure>

### To upload new files

To upload new files, first click on the bucket, and then click on the upload button.

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

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

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.neevcloud.com/neevcloud-products/storage/neevcloud-s3-integration/connect-bucket-with-s3-client.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
