Skip to content

Tags: indoes/s5cmd

Tags

v0.0.0

Toggle v0.0.0's commit message
pipedcp added

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
flag/stat: fix omitted stat in error log level (peak#451)

* flag/stat: fix omitted stat in error log level

Create unit & e2e tests
Fixes peak#359

Co-Authored-By: Muhammed Can Küçükaslan <[email protected]>

* use keys explicitly in composite literal

Co-Authored-By: Muhammed Can Küçükaslan <[email protected]>

* Update CHANGELOG.md

Co-Authored-By: Muhammed Can Küçükaslan <[email protected]>

* log: remove reduntant tests

Removed unit tests in log_test.go as they are already tested in TestAppDashStat under e2e/app_test.go

Removed redundant integration test which is already covered by another test in the same file.

Co-Authored-By: Muhammed Can Küçükaslan <[email protected]>

Co-authored-by: Muhammed Can Küçükaslan <[email protected]>

v2.0.0-beta.2

Toggle v2.0.0-beta.2's commit message
beta v2

v2.0.0-beta

Toggle v2.0.0-beta's commit message
v2.0.0 beta release

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
changelog: update for v1.4.0 (peak#358)

v1.4.0-rc.1

Toggle v1.4.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
command/mv: fix option usage (peak#338)

* Some of the command options are not working in move command since we forget passing cli.Context flags to Copy struct. Use generic NewCopy constructor for both copy/move.

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
goreleaser: rename github to tap (peak#308)

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
changelog: add auto-region issue (peak#257)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
goreleaser: disable before hooks (peak#197)

Test cases with wildcards and List calls are flaky due to gofakes3 with
changes in peak#188. Disabling before hooks until it is fixed.