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

Provided response_stream ends up in query #324

Closed
laborg opened this issue Mar 20, 2021 · 1 comment
Closed

Provided response_stream ends up in query #324

laborg opened this issue Mar 20, 2021 · 1 comment

Comments

@laborg
Copy link
Contributor

laborg commented Mar 20, 2021

When trying to make use of the response_stream it gets fed into the query:

io = Base.BufferStream()
S3.get_object(bucket_name, file_name, Dict("response_stream"=>io, "return_stream"=>true))

...leads to:

ERROR: MethodError: no method matching iterate(::Base.BufferStream)
@laborg
Copy link
Contributor Author

laborg commented Mar 20, 2021

fixed by proposed #321

@laborg laborg closed this as completed Mar 30, 2021
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