Platform/OS
Cross-platform
Category
File Synchronization & Mount Tools
Windows Network Drive
Windows Network Drive is a simple tool that lets you open folders stored in the cloud as if they were regular drives on your Windows computer. It makes far-away files feel like they're sitting right on your laptop so you can open, edit, and save them without thinking about where they're really kept. It connects to S3-compatible object storage, which is like a giant, reliable digital warehouse that holds all your files safely and cheaply. By using this storage, the tool instantly turns those cloud files into a network drive you can browse in File Explorer without downloading everything first. This gives you fast access to huge amounts of data while only paying for what you actually use, making it perfect for both home users and businesses that need reliable file storage.
Connection / Setup
- Create an account and log in to DiskSpace
- Click I'm ready to set up my storage
- Enter Bucket Name following the instructions
- Click Create Bucket and wait for it to be generated
- Find your Endpoint URL, Access Key, and Secret Key in the S3 Client Configuration section for use below
Connect DiskSpace.sh to Windows Network Drive
DiskSpace.sh is a fully S3-compatible object storage service. Follow the steps below to mount your bucket as a network drive on Windows.
Connection Steps
- Download and install rclone or a compatible S3 client such as WinSCP, CloudMounter, or Mountain Duck.
- Open your chosen tool and create a new S3 connection.
- Enter the following credentials and settings:
Important: DiskSpace.sh requires Path Style requests. Make sure your tool is configured to use path-style URLs (example below).
Path Style URL Format
https://s3.diskspace.sh/bucket-name/key
Example Configuration (rclone)
[diskspace]
type = s3
provider = Other
endpoint = https://s3.diskspace.sh
access_key_id = YOUR_ACCESS_KEY
secret_access_key = YOUR_SECRET_KEY
region = us-east-1
force_path_style = true
Troubleshooting
- Ensure force_path_style = true (or equivalent) is enabled in your client.
- Verify your Access Key and Secret Key have the necessary permissions.
- Try region us-east-1 if you encounter signature errors.
- If connection fails, confirm you are using the exact endpoint: https://s3.diskspace.sh