Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jonathanunderwood opened this issue Aug 14, 2024 · 0 comments

Comments

@jonathanunderwood
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant