Checking my website with Google Pagespeed Insights, I get the following warning:
Enable compression Compressing resources with gzip or deflate can reduce the number of bytes sent over the network. Enable compression for the following resources to reduce their transfer size by 2.9KiB (56% reduction). Compressing https://MY_BUCKET.storage.googleapis.com/logo.svg could save 561B (49% reduction).
It seems Google Cloud Storage does not have gzip enabled for svg's? How can I enable gzip compression also for svg file type?