{"id":17279499,"url":"https://github.com/reagentx/s3-copy-concurrent","last_synced_at":"2026-04-28T20:34:23.043Z","repository":{"id":68633696,"uuid":"148946449","full_name":"ReagentX/s3-copy-concurrent","owner":"ReagentX","description":"Script to copy files between places in AWS s3 concurrently","archived":false,"fork":false,"pushed_at":"2019-01-19T21:44:13.000Z","size":17,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T14:53:02.830Z","etag":null,"topics":["aws","boto3","s3"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ReagentX.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-15T23:01:59.000Z","updated_at":"2025-02-14T09:27:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"21f04c66-4d30-4367-8f30-2fc232940b27","html_url":"https://github.com/ReagentX/s3-copy-concurrent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ReagentX/s3-copy-concurrent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReagentX%2Fs3-copy-concurrent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReagentX%2Fs3-copy-concurrent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReagentX%2Fs3-copy-concurrent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReagentX%2Fs3-copy-concurrent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReagentX","download_url":"https://codeload.github.com/ReagentX/s3-copy-concurrent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReagentX%2Fs3-copy-concurrent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32398810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aws","boto3","s3"],"created_at":"2024-10-15T09:17:48.219Z","updated_at":"2026-04-28T20:34:23.007Z","avatar_url":"https://github.com/ReagentX.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# s3-copy-concurrent\n\nThis is a Python 3 script that provides a function to concurrenrly copy files from one location in AWS S3 to another. Concurrent copy operations on multiple directories expedites copy times. When running, it prints:\n\n    364_1 -\u003e 37303\n    Folder doesnt exist\n    original/364/1 moves to new/37303\n    Copying 23490 items using \u003cfunction copy at 0x11eeb2c80\u003e in 32 processes.\n    23490 copy operations in 1:19\n\nThe first line means that we are checking the files under the prefix 364_1 to ensure they are all in 37303. Since 37303 doesn't exist, we copy from original/364/1 to new/37303. This runs in 32 processes, i.e. 32 concurrent copy operations, and completes in 1 minute and 19 seconds.\n\nThe only dependency is the AWS s3 library `boto3` which can be installed into your `venv` with `pip install boto3`.\n\n## Analysis\n\nYou can analyze the printout by piping the output to a file and running `analyze.py` to get some interesting numbers:\n\n    Total copies:   10,130,334\n    Total seconds:  117,735\n    Total minutes:  1962.25\n    Total hours:    32.70\n    Total days:     1.36","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freagentx%2Fs3-copy-concurrent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freagentx%2Fs3-copy-concurrent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freagentx%2Fs3-copy-concurrent/lists"}