actions-marketplace-validations/tencentcos-action
Upload files to Tencent Cloud COS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| secret_id | Tencent cloud secret id. Should be referred to a encrypted environment variable | yes | — |
| secret_key | Tencent cloud secret key. Should be referred to a encrypted environment variable | yes | — |
| cos_bucket | COS bucket name | yes | — |
| cos_region | COS bucket region | yes | — |
| type | COS type | no | upload |
| local_path | Local path to be uploaded to COS. Directory or file is allowed | yes | — |
| remote_path | COS path to put the local files in on COS | yes | — |
| clean | Set to true for cleaning files on COS path which are not existed in local path. Default is false | no | — |
| accelerate | Set to true for using accelerate domain to upload files. Default is false | no | — |
Outputs
| name | description |
|---|---|
| path | output path |