{"id":19032741,"url":"https://github.com/joutvhu/upload-s3","last_synced_at":"2026-01-27T19:49:20.747Z","repository":{"id":219489551,"uuid":"738839882","full_name":"joutvhu/upload-s3","owner":"joutvhu","description":" GitHub Action to upload files to Amazon S3.","archived":false,"fork":false,"pushed_at":"2024-11-28T18:57:35.000Z","size":1905,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T13:14:12.106Z","etag":null,"topics":["action","aws-s3","github","upload"],"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-04T06:58:59.000Z","updated_at":"2024-01-27T21:12:29.000Z","dependencies_parsed_at":"2025-02-21T20:39:26.254Z","dependency_job_id":null,"html_url":"https://github.com/joutvhu/upload-s3","commit_stats":null,"previous_names":["joutvhu/upload-s3"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/joutvhu/upload-s3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joutvhu%2Fupload-s3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joutvhu%2Fupload-s3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joutvhu%2Fupload-s3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joutvhu%2Fupload-s3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joutvhu","download_url":"https://codeload.github.com/joutvhu/upload-s3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joutvhu%2Fupload-s3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28819841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T18:44:20.126Z","status":"ssl_error","status_checked_at":"2026-01-27T18:44:09.161Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["action","aws-s3","github","upload"],"created_at":"2024-11-08T21:30:46.333Z","updated_at":"2026-01-27T19:49:20.731Z","avatar_url":"https://github.com/joutvhu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Upload S3\n\nGitHub action to upload files to 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 to which the PUT action was initiated.\n- `source`: The local directory (or file) you wish to upload to S3. Default is current directory.\n- `target`: The directory (or file path) on the bucket to upload files. Default is root directory.\n- `acl`: The canned ACL to apply to the objects. Options: `private`, `public-read`, `public-read-write`, `authenticated-read`, `aws-exec-read`, `bucket-owner-read`, `bucket-owner-full-control`, string. Default: `private`.\n- `expires`: The date and time at which the object is no longer cacheable.\n- `delete`: Delete files not present at local. Default: `false`.\n\n## Example\n\n```yaml\nsteps:\n  - uses: joutvhu/upload-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: './dist'\n      target: ''\n      acl: public-read\n      delete: true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoutvhu%2Fupload-s3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoutvhu%2Fupload-s3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoutvhu%2Fupload-s3/lists"}