Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes peak#98 Fixes peak#97 Fixes peak#23 Breaking changes: - 's5cmd get' command is removed. We have 2 identical commands without a clear reasoning. s5cmd cp <src> . has the same result as s5cmd get <src>. - batch-rm command is removed. Users can run 's5cmd rm' with variadic arguments. Wildcards are accepted. - 's5cmd -f' became 's5cmd run' - All errors are written to stderr - 's5cmd ls s3://non-existent/object' returns 1 instead of 0. Related: peak#23 - Exit code for errors changed from 127 to 1 - 's5cmd cp s3://bucket/object local/directory/' now creates the missing local/directory/ instead of returning an error. Co-authored-by: Onur Sonmez <onursonmez@peak.com>
- Loading branch information