Show HN: WinCse – Integrating AWS S3 with Windows Explorer (github.com)
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.
20 comments
[ 175 ms ] story [ 2305 ms ] thread- File system editing is not yet supported (planned for future updates).
- Files larger than 4MB are not supported at this time.
- Referencing buckets in different regions fails.
- Only up to 1000 files can be displayed in a single directory
Congratulations on hitting the HN frontpage with your new project, mounting cloud storage locally is definitely a topic of interest!
In my experience, those options are functional for infrequent operations, but not constant daily interaction, in the way you can with Dropbox for instance. Offline caching is of course one major aspect, but also I presume lots of error handling hidden in the background for smooth operation.
I only say that because I’ve done it. The NAS is no longer backed up to S3. (Testing the backups caused the bill)
https://learn.microsoft.com/en-us/windows/win32/shell/namesp...
WinFsp isn't "native" in the sense it's a wrapper on the Microsoft provided interface AFAICT
Shell Namespace extensions is the pure-windows way via COM and all that junk. WinFsp is very cool though since FUSE is a much nicer API but probably less you can do to be a very explorer thing