I would like to find a tutorial which would guide me on how to upload files to S3 and then send the URL to a custom endpoint with cloud agent.
I’ve seen several tutorials (and also a plugin) on how to do that with the Node.js agent but it looks like it is not available anymore.
Hello @jbescoyez,
You are probably talking about this plugin. And you can totally use it in the Cloud version of Forest Admin.
You just need to add the dependency to your package.json
. And then customize your collection with the plugin.
collection.use(createFileField, ...
It is still available.
Let me know if it’s clearer.
Kind regards,
Morgan