google-github-actions / upload-cloud-storage

A GitHub Action for uploading files to a Google Cloud Storage (GCS) bucket.
https://cloud.google.com/storage
Apache License 2.0
206 stars 49 forks source link

Support brotli compression for uploaded assets #279

Closed iChip closed 2 years ago

iChip commented 2 years ago

TL;DR

Support brotli compression as well as gzip for asset uploads

From what I've read, this can make a noticeable difference for web performance:

Screen Shot 2022-06-01 at 2 00 19 PM

Detailed design

No response

Additional information

No response

sethvargo commented 2 years ago

Hi @iChip

Does Cloud Storage support brotli? I cannot find anything in the documentation that indicates it supports brotli compression.

iChip commented 2 years ago

Ah if that's the case then let's close the issue >.<