-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up install-non-distributable.sh
Change from minio to s5cmd because s5cmd is plain faster, has batch support for easier use and plays better with AWS env vars that everyone else has standardized on. Clean up the rest of the script by doing a better job explicitly checking the environment variables early and with better error messages. Also take advantage of `set -e` to avoid `&&` and indentation.
- Loading branch information
Showing
2 changed files
with
66 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters