I am receiving a 500 error when I try to use Put File with S3. The error is:
{status: "500", message: "A header you provided implies functionality that is not implemented",…}
message
:
"A header you provided implies functionality that is not implemented"
stack
:
"NotImplemented: A header you provided implies functionality that is not implemented\n at throwDefaultError (/opt/node_app/node_modules/@smithy/smithy-client/dist-cjs/index.js:838:20)\n at /opt/node_app/node_modules/@smithy/smithy-client/dist-cjs/index.js:847:5\n at de_CommandError (/opt/node_app/node_modules/@aws-sdk/client-s3/dist-cjs/index.js:4756:14)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async /opt/node_app/node_modules/@smithy/middleware-serde/dist-cjs/index.js:35:20\n at async /opt/node_app/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js:225:18\n at async /opt/node_app/node_modules/@smithy/middleware-retry/dist-cjs/index.js:320:38\n at async /opt/node_app/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js:173:18\n at async /opt/node_app/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js:97:20\n at async /opt/node_app/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js:120:14"
status
:
"500"
All the actions prior to the Put File work as expected. The file is saved in the local server, renamed, and converted to Webp.
Any ideas on this issue? I disabled the Put File and everything after it and outputted the Set Values and all the values are working as intended as well.
Please try by selecting the Save Image as Path under S3 Put File from the dynamic picker. The error could be originating from S3 API due to no file found or empty data.
Ok, looks like we are making progress. The file uploads, but without an extension.
Well actually, it did sort of. The file uploaded was testpng so it is missing the period separating the name of the file and the file extension, but the file should have been a .webp file.
Incredible! Thank you so much @guptast!! I do not know if you like coffee like Hyberbytes, but if not, I can send you bagels!
Thank you so much for your patience in walking me through this. There were many areas where parts were solved, but I think I can only mark one as a solution so I will mark your last post as that.