jumbatm / cloud-path-tracer

A toy online path tracing service.
GNU General Public License v3.0
0 stars 1 forks source link

Prepared single RU pipeline. #20

Closed peter2380123 closed 5 years ago

peter2380123 commented 5 years ago

Now our app can: Receive job -> controller -> lodge to Redis -> initialise associated S3

Other changes include:

  1. npm install aws-sdk package to communicate with amazon service (S3)
  2. Renamed testCache to upload2Cache, a more fitting name
  3. Removed unused comments in pug views
  4. Fixed typo from 'Date' to 'Data'