[Storage] Object metadata is overwritten completely
zmeggyesi opened this issue · 0 comments
zmeggyesi commented
When updating object metadata, GSUtil uses a PATCH call to allow partial updates and prevent overwriting the metadata completely. This library instead replaces the metadata, without providing access to the original, making updates destructive.
The library should either expose object metadata to the user, or allow partial updates.