project-flogo / aws-contrib

Project Flogo Activities and Triggers for AWS
BSD 3-Clause "New" or "Revised" License
3 stars 8 forks source link

"download" action fails with "open /tmp: is a directory" #13

Closed shashiprab closed 4 years ago

shashiprab commented 4 years ago

Even though localLocation is expected to be a directory for download, and it works fine in "Run Flow", it fails when compiled to an application on Mac with this error (regardless of directory), or if file is specified it tries to append the download filename to the directory+filepath.

2020-05-28T20:45:49.319-0700 ERROR [flogo.flow] - Error evaluating activity 's3_9'[github.com/project-flogo/aws-contrib/activity/s3] - open tmp: is a directory

or it tries to open /tmp/filename/filename and fails

shashiprab commented 4 years ago

I figured out the issue seems to be a query param specification on my part. Apologies. Closing Issue.