How can I add additional http headers?
Here is my current setup:
custom:
s3Sync:
- bucketNameKey: WebSiteBucket
localDir: dist/client
deleteRemoved: true
acl: public-read # required
params:
- "assets/pwa/sw.js":
CacheControl: 'no-cache'
ServiceWorkerAllowed: '/'
- "assets/pwa/manifest.webmanifest":
CacheControl: 'no-cache'
- "*.*":
CacheControl: 'public, max-age=31536000'