{"id":19032768,"url":"https://github.com/joutvhu/download-s3","last_synced_at":"2026-02-09T11:32:17.140Z","repository":{"id":219493336,"uuid":"743105011","full_name":"joutvhu/download-s3","owner":"joutvhu","description":"GitHub Action to download files from Amazon S3.","archived":false,"fork":false,"pushed_at":"2024-11-28T14:54:41.000Z","size":1550,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T13:14:15.615Z","etag":null,"topics":["action","aws-s3","download","github"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joutvhu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-01-14T10:52:53.000Z","updated_at":"2024-01-27T21:12:42.000Z","dependencies_parsed_at":"2025-02-21T20:39:30.036Z","dependency_job_id":null,"html_url":"https://github.com/joutvhu/download-s3","commit_stats":null,"previous_names":["joutvhu/download-s3"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/joutvhu/download-s3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joutvhu%2Fdownload-s3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joutvhu%2Fdownload-s3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joutvhu%2Fdownload-s3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joutvhu%2Fdownload-s3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joutvhu","download_url":"https://codeload.github.com/joutvhu/download-s3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joutvhu%2Fdownload-s3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268644890,"owners_count":24283387,"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-08-04T02:00:09.867Z","response_time":79,"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":["action","aws-s3","download","github"],"created_at":"2024-11-08T21:31:03.477Z","updated_at":"2026-02-09T11:32:17.113Z","avatar_url":"https://github.com/joutvhu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Download S3\n\nGitHub action to download files from Amazon S3\n\n## Usage\n\nSee [action.yml](action.yml)\n\n## Inputs\n\n- `aws_access_key_id`: (__Required__) The AWS access key ID.\n- `aws_secret_access_key`: (__Required__) The AWS secret access key.\n- `aws_region`: (__Required__) The region to send service requests to.\n- `aws_bucket`: (__Required__) The bucket name containing the files to download.\n- `source`: The directory (or file path) on the bucket to which you want to download. Default is root directory.\n- `target`: The local directory (or file path) where files are saved. Default is current directory.\n\n## Example\n\n```yaml\nsteps:\n  - uses: joutvhu/download-s3@v1\n    with:\n      aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}\n      aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n      aws_region: us-east-1\n      aws_bucket: ${{ secrets.AWS_BUCKET }}\n      source: ''\n      target: './backup'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoutvhu%2Fdownload-s3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoutvhu%2Fdownload-s3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoutvhu%2Fdownload-s3/lists"}