Tim Yocum
Tim Yocum
For the 4 identified elements, where are they publicly available? We'll need a static location for each element that we want to be cached across CDN nodes.
Docs: * [Uploading objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/UploadingObjects.html) * [Invalidating files](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html) Suggestions for deployment scripting: * Push content via `s3` or `s3cmd` like this: `s3cmd --acl-public --delete-removed --no-progress sync content/* s3://assets.influxdata.com` * Invalidate replaced...