AWS S3 node: add metadata when uploading files

The idea is:

We would like to be able to add metadata when uploading files to AWS S3 using the existing node. It is currently already possible to provide tags, adding support for metadata would be fantastic.

My use case:

For example “Cache-control” for public files is something that must be set during upload and is therefore metadata that we want to be able to provide from within n8n.

Hi @koen, welcome to the community. Thanks so much for your request, I forwarded that internally. In the meantime you may want to try to use the HTTP Request node and access the AWS api manually. Hope that helps :slight_smile: