In Amazon's S3 Management Console, I'm trying to add metadata, with the key being "Vary" and the value being "Accept-Encoding".
This seems to work, I hit save. But when I hit refresh it disappears, as if Amazon rejected the tag. The file in question is a gzip compressed javascript file.
My other headers are working and added properly (Content-Type, Cache-Control, etc.). I've tried adding the vary header with only a Content-Type header too and it fails in the same way.