It would be great to be able to pass extra metadata to a file when stored in S3, something like Content-Type or Cache-Control or whatever. These parameters could be ignores when not using S3 but on S3 they could be used to store extra data to allow serving files directly out of S3 instead of via a webserver.
It would be great to be able to pass extra metadata to a file when stored in S3, something like
Content-Type
orCache-Control
or whatever. These parameters could be ignores when not using S3 but on S3 they could be used to store extra data to allow serving files directly out of S3 instead of via a webserver.