{"id":15297434,"url":"https://github.com/immfly/s3resumable","last_synced_at":"2025-04-13T23:16:11.229Z","repository":{"id":50174524,"uuid":"246072527","full_name":"immfly/s3resumable","owner":"immfly","description":"This modules provides a helper class to download files from S3 using boto3. To be able to recover incomplete downloads, it downloads files in parts of the configured size.","archived":false,"fork":false,"pushed_at":"2021-06-02T01:13:56.000Z","size":71,"stargazers_count":17,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T13:23:32.800Z","etag":null,"topics":["amazon-s3","aws","aws-s3","boto3","download","download-manager","downloader","downloads","python","python2","python3","s3","s3-client"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/immfly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-09T15:29:02.000Z","updated_at":"2023-12-26T19:11:19.000Z","dependencies_parsed_at":"2022-08-30T14:41:56.868Z","dependency_job_id":null,"html_url":"https://github.com/immfly/s3resumable","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/immfly%2Fs3resumable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/immfly%2Fs3resumable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/immfly%2Fs3resumable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/immfly%2Fs3resumable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/immfly","download_url":"https://codeload.github.com/immfly/s3resumable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248794569,"owners_count":21162615,"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","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":["amazon-s3","aws","aws-s3","boto3","download","download-manager","downloader","downloads","python","python2","python3","s3","s3-client"],"created_at":"2024-09-30T19:17:29.199Z","updated_at":"2025-04-13T23:16:11.206Z","avatar_url":"https://github.com/immfly.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/immfly/s3resumable.svg?branch=master)](https://travis-ci.org/immfly/s3resumable)\n\n# S3Resumable\n\nThis modules provides a helper class to download files from S3 using boto3.\nTo be able to recover incomplete downloads, it downloads files in parts of\nthe configured size.\n\n## Installation\n\nUsing `pip`:\n\n```bash\npip install s3resumable\n```\n\nUsing `docker-compose`:\n\n```bash\ndocker-compose build\n```\n\n## Usage\n\nThe basic usage of s3resumable module can be summarized as declare a `boto3`\nclient and pass it on `S3Resumable` class:\n \n```python\nimport boto3\nfrom s3resumable import S3Resumable \n\ns3client = boto3.client('s3')\ns3resumable = S3Resumable(s3client)\ns3resumable.download_file('my_bucket', 'my_key', 'my_download_dir')\n```\n\nThis will download the file in parts (15mb by default) and once downloaded\nall the parts will join them in one file.\n\nA CLI can also be used. Check the help:\n\n```bash\ns3resumable --help\n```\n\n## QA\n\nIn order to check QA, you can use docker-compose:\n\n```bash\ndocker-compose build\ndocker-compose run py27 qa\ndocker-compose run py37 qa\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimmfly%2Fs3resumable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimmfly%2Fs3resumable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimmfly%2Fs3resumable/lists"}