Instead of setting it for each uploaded file (images, for example), can I configure the bucket in some way that I can set a folder-level or a bucket-level rule for the cacheControl header?
> myBucket // SOMETHING LIKE: myBucket.metadada = { "cacheControl: "public,max-age=31536000"}
> folder1 // OR MAYBE: myBucket.folder1.metadada = { "cacheControl: "public,max-age=31536000"}
image1.jpg // INSTEAD OF SETTING IT FOR EVERY IMAGE FILE
image2.jpg
> folder2
image3.jpg
image4.jpg
Or is this a per-file configuration only?