File Uploads on AWS Bucket
Description 📋
Demo App for Single and Multiple File Uploads on AWS ( Amazon Web Services ) Bucket
******* PLEASE STAR MY REPO TO SUPPORT ME
Please follow me
File Upload 💻
Use 👉
Update your AWS accessKeyId, secretAccessKey and Bucket name in ./routes/api/profile.js
const s3 = new aws.S3({
accessKeyId: 'xxx',
secretAccessKey: 'xxx',
Bucket: 'yourbucketname'
});Installation Instructions 🔧
- Clone the repo using
git clone https://github.com/imranhsayed/file-uploads-aws-react-node cd file-uploads-aws-react-nodenpm installcd clientnpm installcd ..npm run dev
Built With ⚡
- Node
- Express
- React
- Create React App

