devopspolis/Deploy a directory to AWS S3
Deploys a directory to AWS S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Directory or file to upload (source) | yes | — |
| destination | S3 bucket name or bucket/prefix path (destination) | yes | — |
| aws_region | AWS region (uses AWS_REGION, AWS_DEFAULT_REGION, or defaults to us-east-1) | no | — |
| delete | Delete files not in source directory | — | true |
| script | Run script (e.g. build.sh --prod) | no | "" |
| working-directory | Script directory | no | . |
| role | AWS role to assume (optional - can be handled by calling workflow) | no | — |
| tags | bucket tags (e.g. version=v1.2.0,environment=qa) | no | "" |
Outputs
| name | description |
|---|---|
| bucket_arn | The AWS S3 bucket ARN |
| integrity_hash | MD5 hash of directory contents (for integrity verification) |