Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Storing User Files with Express, Stormpath, and Amazon S3

Storing User Files with Express, Stormpath, and Amazon S3

These are slides from a webinar talk I gave on October 6, 2016 in which I explain to developers:

- How to best store user files for web applications using Amazon S3.
- How to build a simple and secure Express website with express-stormpath.
- How to upload and manage user files using express-stormpath-s3.

Randall Degges

October 06, 2016
Tweet

More Decks by Randall Degges

Other Decks in Programming

Transcript

  1. We Do a Lot - Libraries for many languages -

    AD / LDAP - Single Sign On (SAML) - OAuth2 - Social Login - Multi-Tenancy - Groups and Roles - Email Workflows
  2. No!!! - Makes DB queries for each image view. -

    Slows down DB. - DBs aren’t good at this sort of IO (heavy disk reading). - Slow performance for end users.