fluent_qcloud_cos library

Classes

FluentQCloudCos
TODO: 添加校验功能和一些边界值检测处理 参考官方 golang sdk: https://github.com/tencentyun/cos-go-sdk-v5/blob/master/object.go
ObjectStoragePutObjectEventHandler
上传时的相关事件回调
ObjectStoragePutObjectProgress
上传进度
ObjectStoragePutObjectRequest
上传请求
ObjectStoragePutObjectResponse
上传返回
ObjectStoragePutObjectResult
上传结果

Typedefs

OnProgress = void Function(ObjectStoragePutObjectResult event)
进度回调
OnUploadFailure = void Function(ObjectStoragePutObjectResult event)
失败回调
OnUploadSuccess = void Function(ObjectStoragePutObjectResult event)
成功回调