DEV Community

Paul Omorefe Allu
Paul Omorefe Allu

Posted on

Needing backend assistance

I am working on an ecommerce web project and my add product page requires adding new products with description, price, etc. dynamically. My database is supposed to be in my AWS s3 bucket. I have my 'server.js' in NODE JS and other dependencies installed, but uploading and downloading images to and from my s3 bucket gives my a '403' forbidden error. I have written another script that successfully uploads and downloads from same s3 bucket, so i believe access to the s3 is intact. i need someone to help with my codes and point me in the right direction. thanks in advance.

Top comments (0)