We have moved our static web content to Amazon's CloudFront, backed by S3. We've successfully applied the caching-related meta data to the objects, and when viewing the response headers for the following object, the Cache-Control and Expires headers look correct:
https://dwxl1a3pmrzl.cloudfront.net/img/hdr/logoRoots.1.0.0.png
However, when viewing the object in Chrome's Developer Tools, the object seems to be retrieved each time rather than cached. Is this a problem with the object itself in that the headers are set incorrectly, or the expected behavior for the Developer Tools when viewing a stand-alone image?