{
"supplier": "tencent",
"endpoint": "cos.ap-guangzhou.myqcloud.com",
"ak": "your-access-key",
"sk": "your-secret-key",
"bucket": "my-bucket",
"prefix": "/data/"
}curl --location 'https://openapi.suanli.cn/api/storage/nas/v1/encrypt/s3/check' \
--header 'token: a69abd35-1df0-4c21-9c2b-82a20a72d3b2-20260417200925' \
--header 'timestamp: {{$date.millisecondsTimestamp}}' \
--header 'version: 1.0.0' \
--header 'sign_str;' \
--header 'Content-Type: application/json' \
--data '{
"supplier": "tencent",
"endpoint": "cos.ap-guangzhou.myqcloud.com",
"ak": "your-access-key",
"sk": "your-secret-key",
"bucket": "my-bucket",
"prefix": "/data/"
}'{
"code": "0000",
"message": "success",
"data": {
"pass": true,
"message": null
}
}