drafteame/s3-app-configure-action
Github action to help synchronize configuration files to an s3 bucket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bucket | S3 bucket name to store and sync configurations | yes | — |
| source | Source file that should be synced | yes | — |
| destination | Destination path on s3 bucket including final file name | yes | — |
| aws_access_key | AWS Access Key Id | yes | — |
| aws_secret_key | AWS Secret Access Key | yes | — |
| aws_region | AWS Region (default us-east-1) | no | — |
| dry_run | Do not create any persistent changes over the configurations and just show an overview of the changes | no | — |
Outputs
no outputs