Bucket.delete_blobs
drops 'generation'
#814
Labels
api: storage
Issues related to the googleapis/python-storage API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Whilst iterating the list,
generation
is dropped in the call toBucket.delete_blob()
(ifBlob
is passed in it should be a passthrough) resulting in much gnashing of teeth...python-storage/google/cloud/storage/bucket.py
Lines 1787 to 1806 in 9e5329c
The text was updated successfully, but these errors were encountered: