Replies: 1 comment
-
Hi @dormesica , Can you please share a code snippet that we can use to try and reproduce this issue? Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm attempting to read an object from S3, run some processing on it and them write another object to the same bucket with different object key.
I was able to read the first object but when I send the
PutObjectCommand
I get this error:headers[headerName].trim is not a function
.Stack trace:
I have the appropriate permissions to put and object in that bucket but it keeps failing with this error.
Any idea what can cause this?
Beta Was this translation helpful? Give feedback.
All reactions