I need to write a terminal command like the following within my NodeJS application to copy a S3 file:
aws s3 cp s3://path-to-s3-fle local-file
Is there a way to do that from within the Node/JavaScript code? Any modules/dependencies that let you easily achieve that?