Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Storage] Object metadata is overwritten completely #71

Open
zmeggyesi opened this issue Apr 16, 2020 · 0 comments
Open

[Storage] Object metadata is overwritten completely #71

zmeggyesi opened this issue Apr 16, 2020 · 0 comments

Comments

@zmeggyesi
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants