-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
In which file did you encounter the issue?
- In the storage PR 311 blob.list_blobs() and blob.download_blob_to_file() methods is going to deprecate, so change the sample files accordingly.
Solution
- Use the methods client.list_blobs() and client.download_blob_to_file() instead of blob.list_blobs() and blob.download_blob_to_file() .
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.