Show HN: WinCse – Integrating AWS S3 with Windows Explorer
(github.com)60 points by cbh34680 a day ago | 16 comments
WinCse is an application that integrates AWS S3 buckets with Windows Explorer. Utilizing WinFsp and the AWS SDK, WinCse allows you to treat S3 buckets as part of your local file system, making file management simpler. The application is currently in development, with plans for additional features and improvements.
password4321 a day ago | next |
In case anyone is not aware, https://github.com/rclone/rclone written in Go is the established swiss army knife of cloud storage sync, and supports mounting on Windows with many caveats (https://rclone.org/commands/rclone_mount/).
Congratulations on hitting the HN frontpage with your new project, mounting cloud storage locally is definitely a topic of interest!