Copy data to S3 from filesystem-v2

I’m using OpenAI node to generate an audio file; it gets generated in filesystem-v2
example:
filesystem-v2:workflows/EZaIJp9tFPFq02wY/executions/578/binary_data/a025d226-0ea1-4ce2-b9ac-6d4146c4c0c1

I need to be able to copy/upload this file to S3 or some other cloud storage to play back it in Twilio. What is the best way to do this? What tools to do I use to download and reupload this file?

Information on your n8n setup

  • n8n version: cloud
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Dima_Semensky - this should be all you need, just reference the binary data for upload.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.