| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| s5cmd_checksums.txt | 2023-08-21 | 1.5 kB | |
| s5cmd_2.2.0_linux_386.deb | 2023-08-21 | 4.6 MB | |
| s5cmd_2.2.0_linux_amd64.deb | 2023-08-21 | 5.0 MB | |
| s5cmd_2.2.0_linux_ppc64le.deb | 2023-08-21 | 4.4 MB | |
| s5cmd_2.2.0_linux_arm64.deb | 2023-08-21 | 4.5 MB | |
| s5cmd_2.2.0_linux_armv6.deb | 2023-08-21 | 4.7 MB | |
| s5cmd_2.2.0_Windows-32bit.zip | 2023-08-21 | 4.7 MB | |
| s5cmd_2.2.0_Windows-64bit.zip | 2023-08-21 | 4.9 MB | |
| s5cmd_2.2.0_Windows-armv6.zip | 2023-08-21 | 4.8 MB | |
| s5cmd_2.2.0_Linux-32bit.tar.gz | 2023-08-21 | 4.5 MB | |
| s5cmd_2.2.0_macOS-64bit.tar.gz | 2023-08-21 | 5.0 MB | |
| s5cmd_2.2.0_macOS-arm64.tar.gz | 2023-08-21 | 4.8 MB | |
| s5cmd_2.2.0_Linux-arm64.tar.gz | 2023-08-21 | 4.4 MB | |
| s5cmd_2.2.0_Linux-ppc64le.tar.gz | 2023-08-21 | 4.3 MB | |
| s5cmd_2.2.0_Windows-arm64.zip | 2023-08-21 | 4.5 MB | |
| s5cmd_2.2.0_Linux-64bit.tar.gz | 2023-08-21 | 4.8 MB | |
| s5cmd_2.2.0_Linux-armv6.tar.gz | 2023-08-21 | 4.6 MB | |
| README.md | 2023-08-21 | 2.6 kB | |
| v2.2.0 source code.tar.gz | 2023-08-21 | 3.1 MB | |
| v2.2.0 source code.zip | 2023-08-21 | 3.8 MB | |
| Totals: 20 Items | 81.4 MB | 3 | |
v2.2.0 - 21 Aug 2023
Features
- Added
pipecommand. (#182) - Added
presigncommand. (#634) @zemul - Added file types to
selectqueries with more range of options to set during the query. (#494) - Added
--includeflag tocp,rm, andsynccommands. (#516) - Added
--show-progressflag tocpcommand. (#51) - Added
--content-dispositionflag tocpcommand. (#569) - Added
--show-fullpathflag tolscommand. (#596) - Added
--metadataflag tocpandpipecommands to set arbitrary metadata for the objects. (#537)
Improvements
- Implemented concurrent multipart download support for
catcommand. (#245) - Upgraded minimum required Go version to 1.19. (#583)
ListObjectsV2S3 API is enabled for Google Cloud Storage. (#617)- Added installation instructions for FreeBSD. (#573) @ehaupt
- Added
ppc64lesupport. (#552) @mgiessing
Bugfixes
- Fixed a bug that causes
synccommand with whitespaced flag value to fail. (#541) ataberkgrl - Fixed a bug introduced with
external sortsupport insynccommand which preventssyncto an empty destination with--deleteoption. (#576) - Fixed a bug in
synccommand, which previously caused the command to continue running even if an error was received from the destination bucket. (#564) - Fixed a bug that causes local files to be lost if downloads fail. (#479)
- Fixed a bug where
cpcommand could not upload a non-regular file to remote destination. (#618) - Fixed a crash where a file or a remote object is removed or renamed after it is listed to be operated on. (#620)