All Versions
21
Latest Version
Avg Release Cycle
97 days
Latest Release
1103 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.6.2 Changes
January 24, 2020- 🛠 Fix bug in brew install.
- ⚡️ Update travis configuration.
-
v0.6.1 Changes
January 09, 2020- ↔ Integrate Travis CI.
- ➕ Add option to disable SSL verification.
- ➕ Add endpoint url flag to support S3 compatible services.
- 👉 Use client's endpoint in GetSessionForBucket.
- ⬆️ Upgrade minimum required Go version to 1.7.
-
v0.6.0 Changes
March 30, 2018- 0️⃣ Use 50mb chunks by default.
- ➕ Add human-readable output option -H.
- Implement "command -h".
-
v0.5.8 Changes
March 15, 2018- 🔨 Refactor retryable error handling.
- Autodetect bucket region in command completion.
- ➕ Add HomeBrew formula.
-
v0.5.7 Changes
August 16, 2017- ➕ Add -s and -u options to overwrite files if sizes differ or files are lastly modified.
- 👷 Use constructor for *JobArgument.
-
v0.5.6 Changes
June 15, 2017- ➕ Add -dlw, -dlp and -ulw configuration options for worker pool.
-
v0.5.5 Changes
May 29, 2017- 🛠 Fix get/cp without 2nd param or exact destination filename.
-
v0.5.4 Changes
May 23, 2017- Implement shell auto completion.
- ➕ Add context support for batch AWS requests.
- Implement "s5cmd get".
- ⬇️ Reduce idle-timer values.
- ➕ Add option -vv to log parser errors verbosely.
- Implement "du -g" to group by storage class.
-
v0.5.3 Changes
March 09, 2017- 👉 Use Go bool type instead of aws.Bool on recoverer.
-
v0.5.2 Changes
March 09, 2017- 👉 Make RequestError retryable.