Add S3 download utility and example configuration #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "multi_file_downloader"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Introduced a new script
s3_download.pyfor downloading files from S3 based on a YAML configuration. The script supports recursive listing, file clustering, and customizable download behavior. Also added a sample configuration filesample_s3_download_config.yamlto demonstrate usage.