mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-06-06 00:42:38 +00:00
fix(remote_storage/gcs): forward entry.Attributes.Mime as ContentType Same gap as the S3 client: filer.remote.sync to GCS never populated the object's ContentType, so HTML/CSS/etc. ended up stored as the GCS default and didn't render correctly in browsers. Mirrors the existing Azure client behavior (weed/remote_storage/azure/azure_storage_client.go).