Skip to content

Duetto v1.2.0

Choose a tag to compare

@UtopleMan UtopleMan released this 03 Aug 06:56
· 54 commits to main since this release

Features

  • S3 / S3-compatible remote backend — connect to Amazon S3 and any S3-compatible store (MinIO, Cloudflare R2, Wasabi, Backblaze B2) with the AWS SDK for .NET, no OS mount. Access-key, AWS-profile, or anonymous auth (with optional STS session token); custom endpoint + region + path-style for non-AWS servers. The connection root lists your buckets (or a single configured bucket); each bucket browses like a folder. Full read/write support (browse, upload/download, copy/move, rename, delete, recursive search), empty folders via zero-byte prefix markers, and multipart uploads for large objects. Separate S3 protocol in the Connect dialog and s3-connections.json; the drive popover merges SFTP, SMB, and S3 connections. (docs)
  • Server-side copy / move (S3) — transfers between two panes on the same S3 connection are offloaded to the server via CopyObject instead of streaming through the client, including cross-bucket copies within the connection.

Full changelog: v1.1.0...v1.2.0