Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 12:10
· 144 commits to master since this release
bb1775a

Changelog

Features

  • Added global --no-sign-request flag. API requests won't be signed and credentials won't be used if this option is provided. It is useful for accessing public buckets. (#285)

Improvements

  • If retryable errors are received during command execution, users now can see what's happening under the hood. (#261)
  • Update documentation about the AWS_PROFILE environment variable. (#275) @davebiffuk

Bugfixes

  • Fixed a bug where write-bit was required to upload a file. (#258)
  • Fixed a bug where object could not be found if S3 key contains certain special characters. (#279) @khacminh
  • s5cmd exits with code 1 if given command is not found. It was 0 before. (#295)