The current version crashes in any case there is invalid user input and the only way to differentiate this from an actual internal error or bug is to pass --trace and read the stack trace and try to know what caused the error.
This happens for example if you provide invalid AWS credential. In that case it would be nice to print that the credentials are invalid.
The current version crashes in any case there is invalid user input and the only way to differentiate this from an actual internal error or bug is to pass
--traceand read the stack trace and try to know what caused the error.This happens for example if you provide invalid AWS credential. In that case it would be nice to print that the credentials are invalid.