You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: