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
I just discovered your lib and as a big fan of pathlib I'm thrilled! I have one question though. GCS blobs have a metadata field that can contain arbitrary key/ value pairs (see https://cloud.google.com/storage/docs/viewing-editing-metadata#edit). I use them to label content in buckets and easily filter on these labels (i.e.flag invalid data, subsequent removal of all invalid data etc.)...
I thought about modifying the Blob, BlobStats classes, but maybe this feature would be useful enough to be included in the lib? If not: what would be the easiest way to achieve this?