Skip to content

download_file and upload_file functions would better return a file like object #22

@farooqkz

Description

@farooqkz

Currently these two functions save file on the disk and read file from disk. If you instead return and get a file-like object to and from user, it will be much more flexible since users can work with file-like objects directly. As an application of this, they could work with data without writing them on the disk if that's not necessary for the application.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions