Skip to content

Releases: soto-project/soto-s3-file-transfer

v1.3.0

07 Oct 08:38
da375d7
Compare
Choose a tag to compare

Patch release changes

  • Fix for v6.8.0 of Soto

v1.2.0

17 Jan 08:36
Compare
Choose a tag to compare

Minor Release Changes

  • Add resume function to resume a failed download. PR #33
  • Log level for file copy logging is now debug instead of info.

Patch Release Changes

  • Optimise the transfer and deletion lists when syncing. PR #34

Other Changes

  • Add a generate-contributors-list.sh script

v1.1.0

14 Dec 11:12
f64a438
Compare
Choose a tag to compare

Minor release changes

  • soto-s3-file-transfer now requires swift 5.5 or later
  • S3FileTransferManager is now a class

Patch release changes

  • Fix crash when deleting S3FileTransferManager which created its own thread pool
  • Update concurrency primitives to use NIOLock and swift-atomics

Other changes

  • Add CI using Localstack
  • Add API breakage test CI

v1.0.0

21 Jun 14:27
90c76d3
Compare
Choose a tag to compare

Major release changes

  • Using Soto v6.0.0

v0.4.2

24 Mar 11:51
74899d6
Compare
Choose a tag to compare
  • Fix prefix removal for folder paths with symlinks when copying a folder to S3. PR #21 from @billowsofcode

v0.4.1

06 Mar 11:07
491b52f
Compare
Choose a tag to compare
  • Fix: Use unique key for s3 files when calculating progress for copy folder from S3. PR #19 (credit to @billowsofcode)

v0.4.0

02 Sep 13:50
6a35d73
Compare
Choose a tag to compare
  • Add progress closures to copy/sync folder functions
  • In copy/sync from S3 to local file system validate S3 file list to ensure we don't have files that would overwrite folders.

v0.3.1

28 Mar 14:38
14814e5
Compare
Choose a tag to compare

v0.3.0

08 Feb 10:18
Compare
Choose a tag to compare
  • Fixed issue where downloading an S3 file that does not exist creating a local empty file
  • Throw fileDoesNotExist error when a file does not exist

v0.2.0

07 Jan 14:45
Compare
Choose a tag to compare
  • Rename S3Path.path to S3Path.key
  • downloading an S3 file to a folder will place the file in the folder