aitorres/AWS S3 Create Bucket
Create a new bucket in AWS S3 on demand
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 |
| acl | ACL to apply to the bucket during creation (default: private) | yes | private |
Outputs
no outputs