Parameters | Type | Mandatory | Description |
Credentials | object | Yes | Temporary Credential Information |
Credentials.Token | string | Yes | Temporary Credential Token |
Credentials.TmpSecretId | string | Yes | Temporary Certificate Key ID |
Credentials.TmpSecretKey | object | Yes | Temporary Certificate Key |
ExpiredTime | int | Yes | The validity period of the temporary certificate, returned as a Unix timestamp in seconds. |
PathPrefix | string | Yes | Prefix for the upload path on COS |
{"Header": {"Code": 0,"DialogID": "","Message": "","RequestID": "123"},"Payload": {"Credentials": {"Token": "XXX","TmpSecretId": "XXX","TmpSecretKey": "XXX"},"ExpiredTime": 1547696355,"PathPrefix": "domain name/customer-pipeline/{digit}/{uuid}/"}}
Was this page helpful?