I want to set Cache-Control headers on my static assets (all my UI images) so they get cached by users’ browsers. Is there a GUI tool that will let me do this or will I have to use the S3 API to list all objects and the copy/replace them all with the new headers?
I want to set Cache-Control headers on my static assets (all my UI images)
Share
You can use Bucket Explorer or Cloudberry Explorer to do this.
They will still need to do each file behind the scenes so it might take some time if you have lots of files, but at least you will not have to manually do each file.