Add url field for PutObjectResult (#43699)

This commit is contained in:
JeffJiang
2020-04-10 10:42:02 -07:00
committed by GitHub
parent 36d0ed0829
commit e4ebca70c7
+1
View File
@@ -180,6 +180,7 @@ declare namespace OSS {
interface PutObjectResult {
name: string;
url: string;
data: object;
res: NormalSuccessResponse;
}