{"id":22472238,"url":"https://github.com/ckampfe/s3dl","last_synced_at":"2025-10-13T13:41:54.323Z","repository":{"id":52915877,"uuid":"357070282","full_name":"ckampfe/s3dl","owner":"ckampfe","description":"Download files from S3 in parallel","archived":false,"fork":false,"pushed_at":"2021-12-12T03:02:57.000Z","size":169,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-28T10:50:42.144Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ckampfe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-12T05:35:14.000Z","updated_at":"2021-12-12T03:03:00.000Z","dependencies_parsed_at":"2022-08-23T22:50:33.350Z","dependency_job_id":null,"html_url":"https://github.com/ckampfe/s3dl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ckampfe/s3dl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Fs3dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Fs3dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Fs3dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Fs3dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ckampfe","download_url":"https://codeload.github.com/ckampfe/s3dl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Fs3dl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015351,"owners_count":26085684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-06T12:13:38.598Z","updated_at":"2025-10-13T13:41:54.305Z","avatar_url":"https://github.com/ckampfe.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# s3dl\n\nDownload files from S3 in parallel\n\n## install\n\n```\n$ cargo install --git https://github.com/ckampfe/s3dl --branch main\n```\n\n## example\n\n```\n$ cat my_s3_files.txt\na.stl\nb.stl\nc.png\nd.png\ne.rs\n$ mkdir out\n$ s3dl --bucket mybucket --keys-file my_s3_files.txt -o out\n```\n\n## use/options\n\n```\ns3dl 0.1.0\nDownload files from S3 in parallel\n\nUSAGE:\n    s3dl [FLAGS] [OPTIONS] --bucket \u003cbucket\u003e --keys-file \u003ckeys-file\u003e --out-path \u003cout-path\u003e\n\nFLAGS:\n    -h, --help       Prints help information\n    -d, --ordered    Force keys to download in the order in which they appear in `keys_file`. By default, keys are\n                     downloaded in a nondeterministic order\n    -V, --version    Prints version information\n\nOPTIONS:\n    -b, --bucket \u003cbucket\u003e                        The target S3 bucket\n    -e, --event-format \u003cevent-format\u003e\n            The logging format [default: full]  [possible values: full, compact, pretty, json]\n\n    -f, --keys-file \u003ckeys-file\u003e\n            A path to a newline-separated file of AWS S3 keys to download. The keys should be relative, like\n            `a/path/to/a/file.jpg`\n    -x, --on-existing-file \u003con-existing-file\u003e\n            What to do when attempting to download a file that already exists locally [default: skip]  [possible values:\n            skip, overwrite, error]\n    -o, --out-path \u003cout-path\u003e                    Where the downloaded files should be written\n    -p, --parallelism \u003cparallelism\u003e\n            The maximum number of inflight requests. Defaults to (number of cpus * 10)\n```\n\n## todo\n\n- [ ] quiet mode?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckampfe%2Fs3dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckampfe%2Fs3dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckampfe%2Fs3dl/lists"}