Giter VIP home page Giter VIP logo

s3-drive's Introduction

S3 Drive Live

How it works?

You need to create a presigned url using valid AWS credentials (the presigned url will inherit the permissions from the IAM instance or IAM user who generated the link), then another application is able to perform an upload without needing to be authenticated to your AWS account.

Requirements

  • An AWS account
  • An S3 bucket
  • An IAM user with permissions to upload

How to run the sample code?

We split our code in 2 sections:

  • Express server app which will be used to generate presigned urls (must be authenticated to AWS).
  • An angular application that will fetch the presigned url and upload a file (using Angular owns HTTP library).

Run the Express app

  1. Install the dependencies:

    yarn
  2. Run the server

    yarn start

Note: keep in mind that the sample does NOT have explicit AWS credentials set, so it will try to fetch them from one of the available sources. Check AWS documentations here about how the Node SDK chooses credentials.

Run Angular app

  1. Go to the Angular app directory

    cd angular
  2. Install dependencies

    yarn
  3. Run application

    yarn start

Note: for both Angular app and the backend script, the server must be running. Also, inside the backend script, .ENV must be populated.

s3-drive's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.