Skip to content

Support streaming content down #6

@rgaudin

Description

@rgaudin

We currently mostly use the high level transfer methods from boto3 to download content which only offers to download whole content into memory or filesystem.

It would be very handy to expose a streaming method that would iterate to fetch the data.

This would be done leveraging the Range options of get_object().

Note from the doc: Amazon S3 doesn't support retrieving multiple ranges of data per GET request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions