{"id":26696738,"url":"https://github.com/cloudpunks/aws-s3-upload-action","last_synced_at":"2025-10-04T02:45:26.255Z","repository":{"id":91235244,"uuid":"607556790","full_name":"cloudpunks/aws-s3-upload-action","owner":"cloudpunks","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-15T11:53:06.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T20:35:15.435Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudpunks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-02-28T08:00:18.000Z","updated_at":"2023-02-28T08:46:09.000Z","dependencies_parsed_at":"2025-03-26T20:31:33.050Z","dependency_job_id":"882b36e4-1c26-4de1-923d-b5e663391f00","html_url":"https://github.com/cloudpunks/aws-s3-upload-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cloudpunks/aws-s3-upload-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudpunks%2Faws-s3-upload-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudpunks%2Faws-s3-upload-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudpunks%2Faws-s3-upload-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudpunks%2Faws-s3-upload-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudpunks","download_url":"https://codeload.github.com/cloudpunks/aws-s3-upload-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudpunks%2Faws-s3-upload-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278256776,"owners_count":25957086,"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-10-04T02:00:05.491Z","response_time":63,"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":[],"created_at":"2025-03-26T20:27:39.921Z","updated_at":"2025-10-04T02:45:26.240Z","avatar_url":"https://github.com/cloudpunks.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-s3-upload-action\nuses aws-cli to upload assets to a s3-bucket inside aws\n\n## variables\nthis action uses the following inputs (all are required):\n| Variable       | Required | Default | Description                                                                              |\n|----------------|----------|---------|------------------------------------------------------------------------------------------|\n| aws_access_key | yes      |         | access-key to AWS                                                                        |\n| aws_secret_key | yes      |         | secret-key to AWS                                                                        |\n| aws_region     | yes      |         | AWS Region                                                                               |\n| aws_bucket     | yes      |         | AWS Bucket                                                                               |\n| copy_method    | no       | sync    | copy method. Can be 'copy' or 'sync'. Copy = normal copy, sync behaves like rsync        |\n| copy_delete    | no       | no      | delete files not in your repository? only for method=sync. behaves like `rsync --delete` |\n| source         | yes      |         | source directory or file inside your repository                                          |\n| destionation   | no       |         | destination directory inside your bucket                                                 |\n\n## example usage\n```yaml\n- uses: cloudpunks/aws-s3-upload-action@v0.0.2\n  with:\n    aws_access_key: ${{ secrets.AWS_ACCESS_KEY }}\n    aws_secret_key: ${{ secrets.AWS_SECRET_KEY }}\n    aws_region: 'eu-central-1'\n    aws_bucket: ${{ var.AWS_BUCKET }}\n    copy_method: sync\n    copy_delete: yes\n    source: assets/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudpunks%2Faws-s3-upload-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudpunks%2Faws-s3-upload-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudpunks%2Faws-s3-upload-action/lists"}