Skip to content

AngularJS Code to upload the image to AWS S3 server

Notifications You must be signed in to change notification settings

KrVijay89/AngularJS-AWS-S3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS S3 File Upload

This Project written using AngularJS and the AWS JS SDK to demonstrate uploading files to AWS S3.

Build & development Command:

 * npm install
 * bower install
 * grunt serve
 * grunt build

Components used:


  * AngularJS
  * AWS S3 JavaScript SDK
  * Toaster

AWS Credentials used:

    var credentails =
    {
        "bucket": "Bucket Name",
        "access_key": "AWS Access Key",
        "secret_key": "AWS Secret Key",
    }

About

AngularJS Code to upload the image to AWS S3 server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages