s3 open seek operation try read rest of file into buffer, which makes following read has timeout risk
See original GitHub issueHere makes API call to fetch rest of file into buffer when calling seek
, which makes seek
very slow. The API call may be put in read
method instead.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10
Top Results From Across the Web
Resolve errors uploading data to or downloading data ... - AWS
I want to download data from Amazon Aurora and upload it to Amazon S3. How can I resolve an error I received while...
Read more >Hadoop-AWS module: Integration with Amazon Web Services
Supports authentication via: environment variables, Hadoop configuration properties, the Hadoop key management store and IAM roles. Supports per ...
Read more >S3 repository | Elasticsearch Guide [8.5] | Elastic
In -progress snapshot/restore tasks will not be preempted by a reload of the client's secure settings. The task will complete using the client...
Read more >readfile - Manual - PHP
Return Values ¶. Returns the number of bytes read from the file on success, or false on failure ... At least, when I...
Read more >10 things you should know about using AWS S3 - Sumo Logic
In the decade since it was first released, S3 storage has become ... we have further reading if you're looking for the top...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I will try that and come back with more detailed info, thanks for helping so far 😃
OK, thank you for investigating.
I think your proposal is OK. We can delay this block until read.
Are you able to make a PR? We can probably make a pre-read callback or something to call that code just before reading happens.