Skip to content

Releases: Ahuge/s5cmd

v2.3.0

11 Mar 16:38
672a1e9
Compare
Choose a tag to compare

Changelog

Breaking changes

Features

  • Create a way to preserve timestamps @Ahuge (c06eed7)
  • Implement a user:group ownership preserving flag @Ahuge (408a270)
  • Apply ACLs for CREATOR_OWNER to the newly created windows files @Ahuge (80cb693)

Improvements

Bugfixes

v2.2.0

28 Dec 22:19
Compare
Choose a tag to compare

Changelog

Breaking changes

Features

Improvements

  • Allow uploading and downloading folders

Bugfixes

v2.1.2

23 Dec 21:10
3c27f28
Compare
Choose a tag to compare

Changelog

Breaking changes

Features

Improvements

Bugfixes

  • Don't pass preserve flags to the rm command

v2.1.1b1

09 Nov 20:47
1142f9f
Compare
Choose a tag to compare
Same as v2.1.0b1

v2.1.0

07 Nov 17:37
69ff2c6
Compare
Choose a tag to compare

Changelog

Breaking changes

Features

  • Add --preserve-timestamp flag to attempt preserving ctime, mtime, and atime (peak#532) @Ahuge
  • Add --preserve-ownership flag to attempt preserving owner and group (#6) @Ahuge

Improvements

  • Update goreleaser github action version

Bugfixes