I'm using a IO manager for html to S3, similar to ...
# ask-community
n
I'm using a IO manager for html to S3, similar to what is outlined in this thread? I need to add metadata to my S3 file when saving it, has anyone been able to successfully do this?
🤖 1
s
Hi Noah - this isn't currently supported by the built-in S3 IO manager, so you'd need to copy the code an modify it to write the metadata you need If you'd be up for filing a github issue with this request, this would help us track it and address it at some point in the future
n
Appreciate it! Was able to overwrite the metadata with another asset but will definitely file an issue!