Is it possible to have custom headers on Amazon S3 with arbitrary naming?
For example, I am using a CDN pointing to Amazon S3 as the origin server, and in order to enable advanced functionality on the CDN I need to use a custom header x-something-something
...
I see it's possible to do this with x-amz-meta-(something)
but what about something more general like x-(something)-(something)
without the amz
?