-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add a File.stream!
like interface
#33
Comments
I would love to have this functionality. Would you be willing to take a stab at this? |
Cool, just wanted to make sure it is desired. I have some of this done already. I just need to finish working it out and getting tests written for it. |
@rzane here's the current implementation I have cooked up. It's built on top of #32. The problem with Elixir 1.16 is the soft deprecation of I am running into issues at the moment with minio locally and I need to play with my configurations first. Here's the error:
|
I have been thinking about this some as I have a need to be able to stream a file from an S3 like resource or local disk. I wanted to know your thoughts on this @rzane
Adding
For the null adapter this implementation is dead simple
For the Disk adapter it's just as trivial
For S3 it's a little trickier but the implementation is essentially spelled out in the documentation here https://hexdocs.pm/ex_aws_s3/ExAws.S3.html#download_file/4
The text was updated successfully, but these errors were encountered: