ember-learn / ember-jsonapi-docs

fixes up the ember docs generated by YUIDoc to be in JSONAPI format + some other niceties
9 stars 11 forks source link

Set cache control meta info when uploading objects #27

Closed sivakumar-kailasam closed 7 years ago

sivakumar-kailasam commented 7 years ago

s3 lets us define cache control headers for objects in metadata during uploads. This is used by cdn to set those values as the cache control headers in the response. So we need to add this meta info during uploads.

https://github.com/andrewrk/node-s3-client#clientuploadfileparams http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#putObject-property

sivakumar-kailasam commented 7 years ago

Fixed with #28