COS 文件信息
... 2022-7-14 小于 1 分钟
# COS 文件信息
COS 返回的文件信息,用于文件导入。
| 参数名 | 类型 | 描述 |
|---|---|---|
| COSFileKey | string | COS 返回的文件 Key |
| COSPutURL | string | 腾讯云 COSPutURL 上传链接,通过此 url 使用 HTTP 协议的 PUT 方法上传文件 |
| CustomHeader | map[string]string | 上传文档到COS需要携带的请求头信息 |
参考资料:
腾讯云
PUT Objecthttps://cloud.tencent.com/document/product/436/7749 (opens new window)
WEB前端直接与COS存储交互 https://cloud.tencent.com/document/product/436/9067 (opens new window)