Changelog
v0.4.1
Released 22 January 2026.
And to talk to SFTP.
Agent
Added
- AddedSFTP storage backend, planned and built across forty-nine scenarios. OpenSSH + SFTP on the integration path, sat behind the same
StorageBackendinterface the S3 path uses. - Added
Upload/Download/Delete/List/ResumeUploadon SFTP, with the same crash-resume receipt the S3 path uses.
Changed
- Changed
ConfigProviderrejects S3 and SFTP destinations missing required fields up front, instead of failing partway through a job.