-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace all usage of boto2 with boto3 (#4868)
* Take out boto2 from awsProvisioner.py * Add mypy stub file for s3 * Lazy import aws to avoid dependency if extra is not installed yet * Also lazy import in tests * Separate out wdl kubernetes test to avoid missing dependency * Add unittest main * Fix wdl CI to run separated tests * Fix typo in lookup * Update moto and remove leftover line in node.py * Remove all instances of boto * Fix issues with boto return types and grab attributes before deleting * Remove some unnecessary abstraction * Fix improperly types in ec2.py * Ensure UUID is a string for boto3 * No more boto * Remove comments * Move attribute initialization * Properly delete all attributes of the item * Move out pager and use pager for select to get around output limits * Turn getter into method * Remove comment in setup.py * Remove commented dead import * Remove stray boto import * Apply suggestions from code review Co-authored-by: Adam Novak <[email protected]> * Rename, rearrange some code * Revert not passing Value's to attributes when deleting attributes in SDB * Fix missed changed var names * Change ordering of jobstorexists exception to fix improper output on exception --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Adam Novak <[email protected]>
- Loading branch information
1 parent
435d9c1
commit d681fe6
Showing
17 changed files
with
428 additions
and
550 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
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
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
Oops, something went wrong.