Skip to content

v0.17.0

Compare
Choose a tag to compare
@jayqi jayqi released this 21 Dec 22:58
· 26 commits to master since this release
17039b9
  • Fix S3Client cleanup via Client.__del__ when S3Client encounters an exception during initialization. (Issue #372, PR #373, thanks to @bryanwweber)
  • Skip mtime checks during upload when force_overwrite_to_cloud is set to improve upload performance. (Issue #379, PR #380, thanks to @Gilthans)