-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initializing S3 on import may cause undesired consequences for users who do not use S3: - Longer import times; - Consumption of unnecessary resources, e.g., AWS event loop thread(s); - Potential exposure to bugs in S3 package dependencies. Therefore, a more appropriate way to handle S3 initialization seems to be to move it to its first use.
- Loading branch information
Showing
2 changed files
with
31 additions
and
5 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