actions-marketplace-validations/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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
secret-idThe secretId used to authenticate with Tencent Cloud.""
secret-keyThe secretKey used to authenticate with Tencent Cloud.""
bucketThe Aliyun OSS bucket name to upload to.yes
regionThe Tencent Cloud COS region used to upload.yes
accelerateWhether or not to use accelerate domain.false
local-pathThe local path of directory to upload. Must point to a directory.yes
remote-pathThe remote path (prefix) to upload to.yes
include-regexThe regex of filenames included. All files by default.""
exclude-regexThe regex of filenames excluded. A file is ignored when matching it even if it matches `include-regex`.^$
delay-html-file-uploadWhether or not to delay upload of HTML file after other files.false
no-delete-remote-filesWhether or not to keep missing remote files compared to local.nofalse
retryRetry times for each COS operation. Default is 5.no5
incrementalUpload files whose content changed only.notrue

no outputs