DEV Community

benjamin
benjamin

Posted on

AWS SDK does not upload files onto my s3 account using next js and clever cloud (Cellar)

Hello Next community!
I'm facing a situation here, trying to upload files onto my s3 bucket in Cellar (Clever Cloud S3) using Next JS API system:
I have the correct files sent to the request and the incomingForm (thanks formidable), when processing data, my CLI logs are correctly logging the files name, no errors are shown anywhere, but nothing comes up to my bucket.
Here's the link of my api upload file issue on stackOverflow :
https://stackoverflow.com/q/72847611/19153888
Could someone help me on this case? Thank you for your time, and excellent day to you all.
Image description

Top comments (0)