ayeressian/BunnyCDN storage deployer
BunnyCDN storage deployer
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| upload | It will upload the files to storage if 'true' provided. | — | false |
| source | The source directory folder. | yes | — |
| destination | The destination directory that should be uploaded too in the bunny storage zone. (Example: www). | no | — |
| storageZoneName | The name of your storage zone where you are connecting to. | yes | — |
| storagePassword | The storage password. It should be read and write capable. | — | — |
| storageEndpoint | The storage endpoint | — | storage.bunnycdn.com |
| accessKey | The API key. | — | — |
| pullZoneId | Is required for purging. | — | — |
| purgePullZone | It will purge the pull zone if true. pullZoneId and accessKey should be provided. | — | false |
| purgePullZoneDelay | The delay in seconds before purging the pull zone, to give storage time to replicate first. | — | 0 |
| remove | It will remove the files from storage before uploading if 'true' provided. | — | false |
| maxRetries | Num of attempts for network operations, such as remove, upload and purge. | — | 5 |
Outputs
no outputs