ill_always_be_a_warriors
ill_always_be_a_warriors

Reputation: 1566

Setting Default HTTP Header "Cache-Control" not working with S3 Browser

I am trying to use the S3 Browser Windows client (http://s3browser.com/) to have the "Cache-Control" header default to "max-age=0".

It is not working. I know this because once I upload a file (from my Web server to AWS S3), the header is not there.

Here's what my Default HTTP Header settings look like:

enter image description here

Does anyone know why this header is not being set for newly-uploaded files?

I am running S3 Browser version 3-7-5.

Upvotes: 0

Views: 1131

Answers (1)

ill_always_be_a_warriors
ill_always_be_a_warriors

Reputation: 1566

It turns out that I misunderstood what the Default HTTP Header does. I thought that if I set a default header, the header would be set even if I uploaded files from my web server to S3. This is not true; Default HTTP Headers only affect files uploaded from the S3 Browser program.

Upvotes: 1

Related Questions