usdot-jpo-ode/jpo-s3-deposit

Command Arguments Failing

payneBrandon opened this issue · 0 comments

The latest changes to make the API_ENDPOINT an optional field included some unintended consequences and now the system will not read in the value. As can be seen in the apache documentation the Option constructor includes a field to determine whether the Option object should take an argument or not. There are several values in the AwsDepositor.java file that should be taking in an argument and are currently set to false for this value. As a result, no data can be passed in for those parameters.