wxul/AWS S3 Sync Action
Sync files to s3 with compare and create cloudfront invalidation.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_bucket_name | Bucket name | yes | — |
| aws_bucket_dir | Bucket prefix | no | — |
| aws_cloudfront_distribution_id | Cloudfront distribution id | no | — |
| acl | ACL (like:public-read, default is empty) | no | private |
| sse | The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms) | no | — |
| compare | Compare ETag with s3 existed files | no | true |
| source | Source file | yes | — |
| filename | Rename file name | no | — |
Outputs
| name | description |
|---|---|
| error_message | The error message, if an error occurs |
| invalidation_id | Cloudfront invalidation id if Created |