Skip to content

[question] Streaming download equivalent to boto3's StreamingBody from get_object? #314

@jonathanunderwood

Description

@jonathanunderwood

When needing to process large files from S3 and write them back to S3, a common pattern is to use get_object and then read from the response Body (a StreamingBody instance) as required, and then write back to S3. This means the file can be processed entirely in memory. What is the s3transfer equivalent of this in-memory streamed processing?

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