question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

s3_iter_bucket: stream instead of downloading full content?

See original GitHub issue

Is it somehow possible to use s3_iter_bucket to open a stream for each key instead of downloading the full content? The actual behaviour could be problematic for very large files that do not fit in memory.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
piskvorkycommented, Aug 16, 2020

Agreed. Sorry @spinlud – that’s for the suggestion, but closing as “won’t fix”.

1reaction
piskvorkycommented, Aug 14, 2020

Yes, listing keys and then opening the ones you need for streaming with smart_open seems the way to go. But I’ll leave this open for @mpenkov 's thoughts.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Streaming or Downloading: Which Is the Best Use of Your ...
Downloading requires the file be retrieved and stored in entirety before you can enjoy it, while streaming allows it to play without the...
Read more >
AWS S3 display file inline instead of force download
I am using Spring Boot, and content data in s3 was saving application/octet-stream in the value properties instead of image/jpeg , for example....
Read more >
The Difference Between Streaming and Downloading Media
Streaming is a way to watch or listen to content without having to download it. You'll often hear the term "streaming" in relation...
Read more >
How to Download Content From Your Favorite Streaming ...
Most major streaming services — including Netflix, Hulu, Amazon Prime Video, Disney+, and HBO Max — have options for downloading content, ...
Read more >
Download and stream shows and movies from Apple TV+ and ...
Learn how to download or stream content from Apple TV+ or Apple TV channels. Download a show or movie on your iPhone, iPad,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found