seaweedfs/weed/remote_storage
Chris Lu 396e3c326b
fix(remote_storage/gcs): forward entry mime as ContentType (#9711)
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).
2026-05-27 12:21:27 -07:00
..
azure fix(remote-storage/azure): fix re-cache of large remote blobs (#9174) (#9179) 2026-04-21 14:56:36 -07:00
gcs fix(remote_storage/gcs): forward entry mime as ContentType (#9711) 2026-05-27 12:21:27 -07:00
s3 fix(remote_storage/s3): forward entry mime as ContentType (#9708) 2026-05-27 12:13:01 -07:00
remote_storage.go chore: remove ~50k lines of unreachable dead code (#8913) 2026-04-03 16:04:27 -07:00
track_sync_offset.go chore: execute goimports to format the code (#7983) 2026-01-07 13:06:08 -08:00