Is there a way to set the cache-control metadata while putting a file to the Google Cloud Storage using Google Cloud Storage Adapter for Flysystem?
I have all my files in the bucket public, but sometimes I need to update some file, and after that I still see the old file. I see it's possible in general, but I don't see a way to do this by Flysystem, and we use it everywhere.
You may find a PHP example of setting cache control in the reply to the Set Cache-Control php client on Google Cloud Storage Object.