Skip to content

Remove deprecated function download_as_string() in Example Usage #504

Closed
@richardevs

Description

@richardevs

download_as_string() is deprecated but still being shown on the Example Usage in README.rst.

Suggest to remove deprecated function download_as_string(), replace with download_as_bytes(). [1]

README.rst

- 101    print(blob.download_as_string())
+ 101    print(blob.download_as_bytes())

[1] https://github.com/googleapis/python-storage/blob/master/google/cloud/storage/blob.py#L138

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: storageIssues related to the googleapis/python-storage API.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions