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: ...
- 📆 published on: 2016-11-08
- tags: node.js, file-upload, amazon-s3, multer, multer-s3
https://github.com/badunk/multer-s3
multer storage engine for amazon s3
- tags: multer, amazon-s3, aws, expressjs, file-upload
- source code
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.