# 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: 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.neevcloud.com/neevcloud-products/storage/neevcloud-s3-integration/connect-bucket-with-s3-client.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.
