{"id":23421429,"url":"https://github.com/zdurham/s3-upload-github-action","last_synced_at":"2025-04-12T14:07:05.196Z","repository":{"id":52566580,"uuid":"249502534","full_name":"zdurham/s3-upload-github-action","owner":"zdurham","description":"Upload github action for sending files to s3","archived":false,"fork":false,"pushed_at":"2023-07-17T19:24:42.000Z","size":6,"stargazers_count":21,"open_issues_count":5,"forks_count":46,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T17:36:45.817Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/zdurham.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":"2020-03-23T17:45:53.000Z","updated_at":"2023-11-07T21:59:54.000Z","dependencies_parsed_at":"2024-06-18T16:46:28.591Z","dependency_job_id":"63825389-ca1f-4d92-9d89-65db343593c0","html_url":"https://github.com/zdurham/s3-upload-github-action","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"161dfa6991b9d88a97f02f4aeb5dcd26ea7e03cd"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdurham%2Fs3-upload-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdurham%2Fs3-upload-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdurham%2Fs3-upload-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdurham%2Fs3-upload-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zdurham","download_url":"https://codeload.github.com/zdurham/s3-upload-github-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248578865,"owners_count":21127713,"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":[],"created_at":"2024-12-23T02:15:08.163Z","updated_at":"2025-04-12T14:07:05.146Z","avatar_url":"https://github.com/zdurham.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# s3-upload-github-action\nUpload github action for sending files to s3\n\n\n## Usage\n\nThis is a super straightforward action that uses the aws cli tool to copy a particular file to an s3 bucket. The file can come from your code directly or generated by an earlier part of your github actions flow. Check out the example below to get started.\n\nPlease note that each env var is required. It is recommended to put your AWS credentials in as repository secrets, as well as your bucket name.\n\n```yaml\n# inside .github/workflows/your-action.yml\nname: Add File to Bucket\non: push\n\njobs:\n  deploy:\n    runs-on: ubuntu-latest\n    \n    steps:\n   - uses: actions/checkout@master\n   \n   - name: Upload file to bucket\n   uses: zdurham/s3-upload-github-action@master\n   with:\n     args: --acl public-read\n   env:\n    FILE: ./lambda.zip\n    AWS_REGION: 'us-east-1'\n    S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}\n    S3_KEY: ${{ secrets.S3_KEY }}\n    AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}\n    AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdurham%2Fs3-upload-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzdurham%2Fs3-upload-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdurham%2Fs3-upload-github-action/lists"}