guguducken/upload-artifact-oss
Upload an artifact to oss.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access_key | access key used to access oss service | yes | — |
| artifact_path | The path used to obtain the artifact | yes | — |
| bucket | the bucket used to store uploaded artifacts in oss | yes | — |
| oss_path | The path where the artifact is stored in the bucket | yes | — |
| provider | oss provider used to upload and store artifacts, currently supports cos | yes | cos |
| region | the region where the oss service is located | yes | — |
| retry_times | The number of retries that can be made when uploading artifacts,default is 1 | no | 1 |
| secret_key | secret key used to access oss service | yes | — |
| storage_class | The storage type when the artifact is stored in the bucket | yes | — |
Outputs
no outputs