-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize default http client for downloader in constructor
Allowing users to pass a manually created `Http` object to the download class increases flexibility for various circumstances. The current implementation does not work when used inside an AWS Lambda as the filesystem is read-only and raises an unhandled IOError. The changes should be fully backwards compatible.
- Loading branch information
1 parent
a9d614f
commit 85d8c46
Showing
2 changed files
with
23 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters