sevensenders/Cloudfront Action
Sync files to S3 and invalidate CloudFront cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| s3-bucket-name | The name of the target S3 bucket. | yes | — |
| build-folder-path | The artifacts folder path. | yes | — |
| delete-non-existing | Delete files in S3 that do not exist locally (sync --delete behavior) | no | true |
| dry-run | Preview changes without applying them | no | false |
| s3-prefix | Optional prefix/folder in S3 bucket | no | "" |
| bypass-deletion-check | Bypass the 90% deletion ratio safeguard for adhoc situations (use with caution) | no | false |
Outputs
| name | description |
|---|---|
| uploaded | Number of files uploaded |
| skipped | Number of files skipped (unchanged) |
| deleted | Number of files deleted |