{"id":17024484,"url":"https://github.com/aitorres/aws-s3-delete-bucket","last_synced_at":"2026-05-05T03:35:07.560Z","repository":{"id":65158771,"uuid":"354091811","full_name":"aitorres/aws-s3-delete-bucket","owner":"aitorres","description":"A Github Action that lets you empty and delete an existing AWS S3 bucket on demand during your workflows.","archived":false,"fork":false,"pushed_at":"2021-04-02T19:09:53.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-03-14T23:47:40.602Z","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/aitorres.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}},"created_at":"2021-04-02T17:45:50.000Z","updated_at":"2021-04-02T19:09:49.000Z","dependencies_parsed_at":"2023-01-05T04:52:34.443Z","dependency_job_id":null,"html_url":"https://github.com/aitorres/aws-s3-delete-bucket","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"d59e979bf9d0d53aa9fb4ab0bbf2b9a484fdaa52"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorres%2Faws-s3-delete-bucket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorres%2Faws-s3-delete-bucket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorres%2Faws-s3-delete-bucket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorres%2Faws-s3-delete-bucket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aitorres","download_url":"https://codeload.github.com/aitorres/aws-s3-delete-bucket/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245002481,"owners_count":20545438,"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-10-14T07:25:45.596Z","updated_at":"2026-05-05T03:35:02.541Z","avatar_url":"https://github.com/aitorres.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS S3 Delete Bucket for Github Actions\n\nA Github Action that lets you empty and delete an existing AWS S3 bucket on demand during your workflows.\n\n**PLEASE NOTE** that this Action is potentially **dangerous** as it will delete EVERYTHING inside a bucket in order to delete it.\n\nMake sure it is **properly configured** before using.\n\n## Usage\n\nThis is a sample usage of this action that you can adapt / modify and copy to your workflow:\n\n```yaml\n- name: Delete bucket in S3\n  uses: aitorres/aws-s3-delete-bucket@v1.2.1\n  with:\n    bucket-name: 'name-of-my-bucket'\n    aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}\n    aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n```\n\n## Inputs\n\nThe following are the valid input arguments for this action:\n\n|Name|Description|\n|----|-----------|\n|`bucket-name`|Name for the new bucket (make sure it's the right one!)|\n|`aws-access-key-id`|AWS Secret Key ID, part of the credentials to be used during bucket creation. Please pass these through secret environment variables.\n|`aws-secret-access-key`|AWS Secret Access Key, part of the credentials to be used during bucket creation. Please pass these through secret environment variables.\n\n## Misc\n\nPlease remember to follow these [Security best practices in IAM](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html) for handling credentials used with these or any other Github Action that connects to your AWS Account.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitorres%2Faws-s3-delete-bucket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faitorres%2Faws-s3-delete-bucket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitorres%2Faws-s3-delete-bucket/lists"}