WinCse is an application that integrates object storage into Windows Explorer, allowing you to manage buckets as if they were local file systems.
- Operate object storage files just like Windows file sharing
- Adjust the names and number of displayed buckets
- Supports read-only mounting
- Supports AWS S3, Google Cloud Storage
- Compatible with S3-compatible object storage
- Windows 11 or later recommended
- WinFsp
- Required SDKs (included in the application)
- Install WinFsp
- Download WinCse from the release page
- Run the appropriate script with administrator privileges, depending on the storage type:
- AWS S3 →
setup/install-aws-s3.bat
- Google Cloud Storage →
setup/install-gcp-gs.bat
- S3-compatible object storage →
setup/install-compat-s3.bat
- AWS S3 →
- When the form screen appears, enter your authentication information and click Create.
- Run
mount.bat
from the displayed Explorer directory to mount the storage. - Access the bucket files through Windows Explorer.
- Run
un-mount.bat
to unmount the drive.
- Run
un-mount.bat
to unmount the drive - Run
reg-del.bat
with administrator privileges - Delete the directory containing
*.bat
files - Uninstall WinFsp if no longer needed
- Unmount the drive
- Download and extract the zip file from the release page
- Overwrite
setup
andx64
in the installation directory
- Some restrictions can be relaxed by modifying the values in WinCse.conf
- Bucket creation and deletion are not supported
abort()
is used for error detection, which may cause forced termination- For more details, refer to Limitations
- Only tested on Windows 11, compatibility with other versions is not guaranteed
- Refer to OCI_AWS_CPP_SDK_S3_Examples for OCI Object Storage credentials
- S3-compatible storage has been tested with OCI Object Storage, Wasabi Hot Cloud Storage, Cloudflare R2, Backblaze B2, Storj DCS, Tigris and IDrive e2
This project is licensed under GPLv3 and Apache License 2.0.