Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 796 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 796 Bytes

ng2-s3-uploader

AWS S3 Uploader for Angular2 using Browser Based POST (Sig Version 4). Going through AWS's docs suck—there's tons of old documentation that you may mistakenly think is still relevant (I did). Hopefully this will give you a quickstart so you don't have to waste a bunch of time figuring out how to get your post signature validated by s3.

Features

Drag & drop, from ng2-file-upload. Also includes APIExampleResponse which will show you how to build a S3 signature for your FormData post that will be properly verified by S3.

Requirements

Should work with > angular2 1.4.0

How to use

See templates/s3upload.html.

Support

Open an issue or email me at nikkwong0 at g mail dot com.

Contribute

Go right ahead. This is just a demo.