冒烟示例不再输出完整下载地址
产物行改用 TripoUrl::redacted(),避免把带签名的下载 URL 写入标准输出
This commit is contained in:
@@ -158,7 +158,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
"{name} artifact={} bytes={} url={}",
|
||||
filename,
|
||||
downloaded.data.len(),
|
||||
downloaded.url
|
||||
downloaded.url.redacted()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user