Next, I click into the “Code” window, at which point I get an alert that says: “CUSTOMIZE THIS ACTION? Changes you make will only apply to this Workflow” - I click “Yes”
The screen refreshes after the save completes…and the new param dialog disappears… (again, can’t show you a screenshot, forum will only allow me to post 1 image.
What am I doing wrong? If I’m not doing anything wrong and it is a known issue, is there at workaround?
Hi @shawn-wm , that example uses the v1 of our workflow editor (we recently shipped the new version, which you’ve likely been working with). Try this, instead:
Create a new workflow
Add a step to your workflow and search “AWS”, then select the Use any AWS API
In the Node.js code step that appears, paste the following code:
Click the Refresh fields button above the code, and you should be prompted to enter your URL, bucket, and key. Connect an AWS account that has PutObject permissions in the target bucket.
I copied the code you posted on July '22. Set it up in my workflow by following your steps. one thing I noticed was for the S3 bucket name, I only have an option to enter the Bucket Name instead of being able to pick from the drop-down list of all existing buckets in my S3 account. In the pre-made step for streaming file to S3, I was able to pick from the drop-down list.
Anyhow, the issue I am facing is this error message. I have no idea what this mean exactly.