Checklist
Please review first that the issue is fully related with this SDK by checking the relevant checkboxes ([x]).
Info
- Modzy SDK version: 1.0.7
- Javascript version:
- Operating System: MacOS
Description
I'd like to use Modzy's JavaScript SDK to process an entire folder of inputs on S3 through a model all at once. Modzy's API supports this via the input type aws-s3-folder but the JavaScript SDK does not have a function that supports this input type. The .submitJobAWSS3 function only supports the aws-s3 input type, which requires you to list individual inputs, rather than a target folder. See here for information on how the Modzy API supports both the aws-s3 and aws-s3-folder input types: https://docs.modzy.com/reference/jobs#aws-s3-inputs
Steps to reproduce
Paste the command(s) you ran and the output.
Expected results:
Actual results:
Traceback
Logs
Paste the logs that you consider useful for diagnostic.
Checklist
Please review first that the issue is fully related with this SDK by checking the relevant checkboxes (
[x]).Info
Description
I'd like to use Modzy's JavaScript SDK to process an entire folder of inputs on S3 through a model all at once. Modzy's API supports this via the input type
aws-s3-folderbut the JavaScript SDK does not have a function that supports this input type. The.submitJobAWSS3function only supports theaws-s3input type, which requires you to list individual inputs, rather than a target folder. See here for information on how the Modzy API supports both theaws-s3andaws-s3-folderinput types: https://docs.modzy.com/reference/jobs#aws-s3-inputsSteps to reproduce
Expected results:
Actual results:
Traceback
Logs