> For the complete documentation index, see [llms.txt](https://docs.readyidc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.readyidc.com/readme/s3-resources/mount-s3-bucket-on-windows.md).

# Mount S3 Bucket on Windows

### Prerequisite

* Create the bucket : [Creating and deleting buckets](/readme/s3-resources/managing-buckets/creating-and-deleting-buckets.md)

### Installation Rclone

* Download the Rclone from the official website (<https://downloads.rclone.org/rclone-current-windows-amd64.zip>).
* Extract the downloaded zip file. (Ex. C:\Program Files\rclone\\)
* open Command Prompt (CMD) and change the directory to ( C:\Program Files\rclone\rclone-v1.74.3-windows-amd64 ) then type command rclone

### Configure Rclone with S3

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

* select n for a new remote configuration.
* enter name for remote config
* select 4 for “Amazon S3 Compliant Storage Provider

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

* select 1 for the S3 provider.

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

* select 2 to use AWS credentials from the Instance Profile we defined earlier.

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

* Use the access\_key\_id and secret\_access\_key of your Sub-User

<figure><img src="/files/9NXdRpl2rmk4gA5UXFrP" alt=""><figcaption></figcaption></figure>

* select 1 (us-east-1) AWS region in which the S3 bucket has been created.

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

* Specify a name for the connection: s3.readyidc.com

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

* leave enter all

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

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

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

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

* verify you configure and press q for exit

### Mount the S3 Bucket as a Windows Drive

* download and install [winfsp-1.7.20172.msi](https://github.com/billziss-gh/winfsp/releases/download/v1.7/winfsp-1.7.20172.msi).

Mount the S3 Bucket as a Windows Drive by command:

```
 rclone mount <configuration_name>:<bucket_name>  X:  --vfs-cache-mode full --links 
```

### Verify Mount

Open File Explorer, We can now see a new disk mounted on your computer

<figure><img src="/files/JS7kqKTdBq4YEygBH97f" 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.readyidc.com/readme/s3-resources/mount-s3-bucket-on-windows.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.
