Skip to content

Releases: cbh34680/WinCse

Add support for S3-compatible object storage

26 May 11:48

Choose a tag to compare

Support for S3-Compatible Object Storage
This release introduces support for S3-compatible object storage. We have confirmed operational compatibility with the following storage services:

  • OCI Object Storage
  • Wasabi Hot Cloud Storage
  • Cloudflare R2
  • IDrive e2
  • Backblaze B2
  • Storj

Add support for Google Cloud Storage

24 May 04:19

Choose a tag to compare

Added Support for Cloud Storage Beyond S3

The major changes from the previous release are as follows:

  • Feature Addition: Implemented Google Cloud Storage support
  • Refactoring: Replaced Rename implementation with CopyObject
  • New Feature: Added max retry count for API execution
  • Change: Updated default file I/O threads to match the number of CPU cores

Bug Fixes

12 May 04:56

Choose a tag to compare

Fixed an issue where cache files were not being deleted properly. Ensures correct cleanup of expired cache files for improved reliability.
An old file was uploaded, so it has been re-posted.

Completed implementation of all planned features

10 May 17:26

Choose a tag to compare

First Official Release

The major changes from the demo version are as follows:

  • Divided DLLs by cloud storage type, considering future scalability
  • Enabled encrypted storage for authentication credentials
  • Implemented file and directory creation and deletion functions
  • Changed file timestamp handling to be stored as S3 object metadata
  • Improved Explorer operation response by switching to sequential file input
  • Supported multipart uploads and automatically selected based on file size
  • Allowed customization of object operation thread count and transfer size via configuration files

First Binary Release

20 Feb 17:11

Choose a tag to compare

Initial release with limited functionality.