actions-marketplace-validations/S3 Publisher
Publish files to S3 by maintaining file (glob) specific metadata
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| bucket | Destination S3 bucket to publish to | yes | — |
| prefix | S3 path prefix | — | — |
| dir | Source directory read files from | yes | — |
| includes | File glob to include | yes | **/* |
| excludes | File glob to exclude | — | — |
| order | File processing order globs | — | — |
| cache-control | Cache-Control configuration | — | — |
| force-upload | Force publish (skip modification check) | yes | false |
| delete-orphaned | Delete remote files that do not exist locally | yes | false |
| wait-before-delete | Milliseconds to wait before deleting files in order to prevent deletions during requests | — | — |
| dry-run | Disable real changes | yes | false |
Outputs
no outputs