You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some windows users, CLI commands (like "aws") can be called within scripter directly without needing to specify the path. By including the CLI Command property and appending it to the prefix with a trailing slash, when the cli path prefix is not included, it results in executing "/aws" when it should execute "aws". Additionally, the slash used here should use the internal function provided by Switch to generate the correct slash for the OS ("/" and "").
For some windows users, CLI commands (like "aws") can be called within scripter directly without needing to specify the path. By including the CLI Command property and appending it to the prefix with a trailing slash, when the cli path prefix is not included, it results in executing "/aws" when it should execute "aws". Additionally, the slash used here should use the internal function provided by Switch to generate the correct slash for the OS ("/" and "").
https://github.com/open-automation/switch-aws/blob/master/Unpacked/S3%20Upload/S3%20Upload.js#L87
The text was updated successfully, but these errors were encountered: