renbaoshuo/Upload files to Tencent Cloud COS (incremental)
Upload local files in a directory to Tencent Cloud COS with a prefix incrementally, with filename filter.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| secret-id | The secretId used to authenticate with Tencent Cloud. | — | "" |
| secret-key | The secretKey used to authenticate with Tencent Cloud. | — | "" |
| bucket | The Aliyun OSS bucket name to upload to. | yes | — |
| region | The Tencent Cloud COS region used to upload. | yes | — |
| accelerate | Whether or not to use accelerate domain. | — | false |
| local-path | The local path of directory to upload. Must point to a directory. | yes | — |
| remote-path | The remote path (prefix) to upload to. | yes | — |
| include-regex | The regex of filenames included. All files by default. | — | "" |
| exclude-regex | The regex of filenames excluded. A file is ignored when matching it even if it matches `include-regex`. | — | ^$ |
| delay-html-file-upload | Whether or not to delay upload of HTML file after other files. | — | false |
| no-delete-remote-files | Whether or not to keep missing remote files compared to local. | no | false |
| retry | Retry times for each COS operation. Default is 5. | no | 5 |
| incremental | Upload files whose content changed only. | no | true |
Outputs
no outputs