I can set 'Cache-Control'(meta data) of a particular file and a particular bucket in amazon S3.
But I want that Cache-Control
to be set for every file in a particular folder(not the entire bucket, but only folder).
Also when I upload a new file in that particular folder, Cache-Control
header gets automatically set for the new file.
I have followed this and S3 Documentation.
Is there any way by which this can be achieved?