actions-marketplace-validations/AWS S3 Bucket Creation
Create a new bucket in AWS S3 on demand
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 30, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/alialrubaye_aws-s3-create-bucket@32fe8dfd1df2133cf984a5081d0e73a92bea3c94 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| bucket-name | Name of the bucket that will be created (make sure it is unique) | yes | — |
| aws-access-key-id | AWS Access Key ID | yes | — |
| aws-secret-access-key | AWS Secret Access Key | yes | — |
| aws-region | AWS Region (default: us-east-1) | yes | us-east-1 |
Outputs
no outputs