Storage: include generation in Blob repr. #7789
Labels
api: storage
Issues related to the Cloud Storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
I added a comment here based on the
generation
addition tostorage
#7444 (comment)I think it's worth adding an issue too - specifically because now
generation
defines a blob but isn't included in the repr. Meaning you can get confusing results like this:... but b2 & blob have the same repr! Prior to the latest release, both results would have been
True
.If generation were in the repr, this would be less confusing - e.g. I wouldn't have had to read the release notes to work out what was going on
The text was updated successfully, but these errors were encountered: