GZIP data compression is supported when reading and writing objects in GCS.
When writing GCS objects, if the object name ends in ".gz", the generated objects will be compressed.
When reading GCS objects, if the object name ends in .gz, the data will be decompressed.