You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
Changed signaling channels by replacing chan bool with chan 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