UNPKG

gia-cli

Version:

Guardian US Interactive CLI tool

19 lines (16 loc) 252 B
/*global require */ const GIA = require( '../giafile.js' ); require( './utils/uploadToS3' )([ { files: 'v/**/*', headers: { CacheControl: 'max-age=600' } }, { files: '*', headers: { CacheControl: 'max-age=20' } } ], GIA.path );