views:

8

answers:

1

Can we remove response headers when we are accessing images stored on Amazon S3?

By default it is giving the following headers: x-amz-id-2: x-amz-request-id: Server:

By default it is giving amazon related values for these headers. Is there any way to remove headers?

A: 

Not without proxying the requests through some software you control that can strip the headers. Pretty sure Amazon has no user setting for that.

tfe