Skip to content

stream file upload #22

@oshanz

Description

@oshanz

by looking at the source code I saw that this gem read complete file before doing the upload and I'm worried how much memory this will acquire for large files.

if content.is_a?(IO)
content = content.read
end

any otherway to improve this, like using stream/chunked upload?

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