Fabio Luchetti
Fabio Luchetti
Hi, while I agree with the general implementation idea, I'd like a few changes to be implemented: - Necessary changes: the existence of the `sign_url` attribute alone should not mean...
Hi James, apologies for the later reply. I appears that the ambiguity on the bytes vs. text encoding applies to any of the `[protocol(url)]['download']` calls, and it is not specific...
Oh, I get it. I think the simpler way out is to issue a new `requests.get()` with something like: ``` try: if session is None: response = requests.get(url, stream=True) else:...
Hi James (I missed myself the notification on this), it looks better now, thanks for the contributions, let's ship it!
All good for smaller RSE, I'd also point the finger to huge queries indeed. Not sure how to optimally patch it myself tho.