-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update AWSHandler.py and __init__.py Add download_file_from_s3 and parse_s3_uri functions Refactor download_file function to handle S3 URLs * Add S3 file download functionality * Add grid cache directory * simplify grid loading logic and allow loading from URL * add test recipe and config for URL loading * Update cache directory to be created in local repo * Add kwargs parameter to pack_grid method and clean_grid_cache option * Update Environment.py with grid cache cleaning functionality * Add clean_grid_cache option to default_values * Add clean.py script to clean local cache directory * Add clean_grid_cache option to test_url_load_config.json * Update clean_grid_cache flag to false * Linting: remove unused imports * add back sys import * Sort imports * remove unused function * move aws methods to AWSHandler * move s3 url check back to autopack * Update recipe and config * rename function and add docstring * remove unused imports * move aws methods to AWSHandler * move s3 url check back to autopack * rename function and add docstring * remove unused imports --------- Co-authored-by: Saurabh Mogre <[email protected]>
- Loading branch information
Showing
2 changed files
with
27 additions
and
36 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