Cache-Control header for S3 uploads
-
Hi!
It would be great if you would include an option allowing the user to specify custom headers while uploading files to Amazon S3.
In my case, I would like to set the Cache-Control header for all the images that I upload. According to this link that can be easily done by adding a header in the PUT request:
PUT / ObjectName HTTP/1.1 Host: BucketName .s3.amazonaws.com Date: date x-amz-meta-Cache-Control : max-age= <value in seconds> Authorization: signatureValue
Do you have anything like this planned for the near future?
- The topic ‘Cache-Control header for S3 uploads’ is closed to new replies.