s5cmd v1.1.0 Release Notes

Release Date: 2020-07-22 // over 3 years ago
  • ๐Ÿš€ With this release, Windows is supported.

    ๐Ÿ’ฅ Breaking changes

    • โฌ‡๏ธ Dropped storage class short codes display from default behaviour of ls operation. Instead, use -s flag with ls ๐Ÿ‘€ to see full names of the storage classes when listing objects.

    ๐Ÿ”‹ Features

    • โž• Added Server-side Encryption (SSE) support for mv/cp operations. It uses customer master keys (CMKs) managed by AWS Key Management Service. (#18)
    • โž• Added an option to show full form of storage class when listing objects. (#165)
    • โž• Add access control lists (ACLs) ๐Ÿ‘Œ support to enable managing access to buckets and objects. (#26)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed infinite repetition issue on mv/cp operations which would occur if the destination matched the source wildcard. (#168)
    • ๐Ÿ›  Fixed windows filepath issue, where backslashes should be treated as the path delimiter. (#178)
    • ๐Ÿ All tests pass on windows, by converting and treating file paths to UNIX filepath format.
    • ๐Ÿ›  Fixed a transfer issue where the object path contains particular regex metacharacters. (#111) @brendan-matroid
    • ๐Ÿ“œ Correctly parse object paths that contain whitespaces in run-mode. (#111) @brendan-matroid

    ๐Ÿ‘Œ Improvements