Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 2.97 KB

amazon-s3.md

File metadata and controls

42 lines (35 loc) · 2.97 KB

Bookmarks tagged [amazon-s3]

https://stackoverflow.com/questions/44028876/how-to-specify-upload-directory-in-multer-s3-for-aws-s3...

S3 doesn't always have folders (see http://docs.aws.amazon.com/AmazonS3/latest/UG/FolderOperations.html). It will simulate folder...


https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/s3-example-photo-album.html

This browser script code example shows:

  • How to create a browser application that allows users to create photo albums in an Amazon S3 bucket and upload photos into the albums.
  • tags: aws-sdk, javascript, amazon-s3

https://stackoverflow.com/questions/40494050/uploading-image-to-amazon-s3-using-multer-s3-nodejs

Complete and working Node Cheat | Upload to s3 using multer-s3 available.

Code: ...


https://github.com/badunk/multer-s3

multer storage engine for amazon s3


https://medium.com/codebase/using-aws-s3-buckets-in-a-nodejs-app-74da2fc547a6

We will go through all the process of using a S3 with NodeJS, from creating the S3 Bucket and access credentials to actually use the bucket.