endpoint 是必填参数吗?
Closed this issue · 1 comments
cxwithyxy commented
但在本地的我的ts项目中,出现了错误提示如下
类型“{ accessKeyId: string; accessKeySecret: string; bucket: string; region: string; }”的参数不能赋给类型“OSSObjectClientInitOptions”的参数。
类型 "{ accessKeyId: string; accessKeySecret: string; bucket: string; region: string; }" 中缺少属性 "endpoint",但类型 "OSSObjectClientInitOptions" 中需要该属性。ts(2345)
OSSBaseClient.d.ts(14, 5): 在此处声明了 "endpoint"。
fengmk2 commented
目前是必填的。