Skip to content

StevenCreates/react-aws-s3-upload-multi-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-aws-s3-upload-multi-file

Simple to get started

  • Follow Me

  • Clone Repo

  • Npm install

  • Update .env with your aws S3 bucket info You'll need to get the following things from your AWS S3 Account.

  • Access ID.

  • Access Key.

  • Bucket Name.

  • Region

  • Directory Name (optional)

** .env file values

  • REACT_APP_ACCESS_ID=XXXXXXXXXXXXX

  • REACT_APP_ACCESS_KEY=XXXXXXXXXXXXX

  • REACT_APP_BUCKET_NAME=XXXXXXXXXXXXX

  • REACT_APP_DIR_NAME=XXXXXXXXXXXXX

  • REACT_APP_REGION=XXXXXXXXXXXXX **

  • Update S3 bucket Cors

  • Success

You will need to update your bucket policy to allow your application to read write and connect. Below is a link AWS Bucket Policy. Or I provide an example in the article guide that you can use yourself.

Resources

Find Me

If you end up cloning this more than once please star it

Note I do not own the code to the npm package, this is the package owners code and all bugs and issues should be submitted through them.

About

Uploading Multiple Files to AWS S3 Amazon using React

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published