modstart/OSS Upload Action
Upload assets to aliyun OSS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| title | The title of the action | no | Upload to OSS |
| region | The region of the OSS bucket, e.g., oss-cn-hangzhou | yes | — |
| endpoint | The endpoint of the OSS bucket, e.g., oss-cn-hangzhou.aliyuncs.com | yes | — |
| key-id | The access key ID for the OSS bucket | yes | — |
| key-secret | The access key secret for the OSS bucket | yes | — |
| bucket | The name of the OSS bucket to upload to | yes | — |
| assets | Assets to upload, can be a single file or a list of files | yes | — |
| timeout | Timeout for the upload in seconds | no | 3600 |
| callbackUrlSign | Whether to sign the callback URL | no | true |
| callbackUrlExpire | Expiration time for the callback URL in seconds | no | 604800 |
| callback | Callback URL for the upload | no | — |
| callbackTitle | Title sent as separate query parameter in callback | no | — |
Outputs
| name | description |
|---|---|
| downloads | JSON map of uploaded filenames to OSS download URLs |