Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
s5cmd_2.3.0_linux_amd64.deb | 2024-12-16 | 5.2 MB | |
s5cmd_2.3.0_linux_ppc64le.deb | 2024-12-16 | 4.7 MB | |
s5cmd_checksums.txt | 2024-12-16 | 1.5 kB | |
s5cmd_2.3.0_linux_386.deb | 2024-12-16 | 4.8 MB | |
s5cmd_2.3.0_linux_arm64.deb | 2024-12-16 | 4.8 MB | |
s5cmd_2.3.0_linux_armv6.deb | 2024-12-16 | 5.0 MB | |
s5cmd_2.3.0_Windows-32bit.zip | 2024-12-16 | 4.9 MB | |
s5cmd_2.3.0_Windows-arm64.zip | 2024-12-16 | 4.7 MB | |
s5cmd_2.3.0_Windows-armv6.zip | 2024-12-16 | 4.9 MB | |
s5cmd_2.3.0_Linux-32bit.tar.gz | 2024-12-16 | 4.6 MB | |
s5cmd_2.3.0_Linux-armv6.tar.gz | 2024-12-16 | 4.8 MB | |
s5cmd_2.3.0_macOS-arm64.tar.gz | 2024-12-16 | 4.9 MB | |
s5cmd_2.3.0_Windows-64bit.zip | 2024-12-16 | 5.2 MB | |
s5cmd_2.3.0_Linux-64bit.tar.gz | 2024-12-16 | 5.0 MB | |
s5cmd_2.3.0_Linux-arm64.tar.gz | 2024-12-16 | 4.6 MB | |
s5cmd_2.3.0_Linux-ppc64le.tar.gz | 2024-12-16 | 4.5 MB | |
s5cmd_2.3.0_macOS-64bit.tar.gz | 2024-12-16 | 5.1 MB | |
README.md | 2024-12-16 | 2.2 kB | |
v2.3.0 source code.tar.gz | 2024-12-16 | 4.0 MB | |
v2.3.0 source code.zip | 2024-12-16 | 4.9 MB | |
Totals: 20 Items | 86.7 MB | 1 |
Changelog
v2.3.0 - 16 Dec 2024
Breaking changes
- Changed the exit code from 1 to 0 for
ls
when used with an empty bucket. Exits with 1 if the bucket is non-existent. (#722) @Z9n2JktHlZDmlhSvqc9X2MmL3BwQG7tk
Features
- Added prefix and wildcard support to
cat
command. (#716) @occasionallydavid - Added
head
command. (#682) @yitzhaklevi - Added go 1.22 support. (#764) @lizzzcai
- Added
meta-directive
flag tocp
command. (#666 #711) @GordonGustafson @arosu
Improvements
- Upgraded alpine base image to 3.18. (#661) @embik
- Upgraded aws-sdk-go to v1.44.298. (#684) @matan129
- Upgraded lanrat/extsort to v1.0.2 (#717) @gkowarzyk
- Changed signaling channels by replacing
chan bool
withchan struct{}
for efficiency. (#733)
Bugfixes
- Fixed the
cp
command to work with the--content-type
flag when performing a copy operation from S3 to S3. (#738) - Fixed a bug in
sync
command where objects in Glacier storage at the destination were being overwritten during synchronization (#712) @stevenmcastano - Fixed a bug in
sync
command where source objects with absolute paths failed to match destination paths, causing unnecessary copying during each sync operation.(#676) @bounlu