Crate qiniu_download[−][src]
Expand description
Structs
| Config | 七牛配置信息 |
| ConfigBuilder | 七牛配置信息构建器 |
| Credential | 七牛凭证,用于设置 Access Key 和 Secret Key 以访问私有空间的七牛对象 |
| RangeReader | 对象范围下载器 |
| RangeReaderBuilder | 对象范围下载构建器 |
Functions
| disable_dot_uploading | 禁止打点上传功能 |
| disable_dotting | 禁止打点功能 |
| enable_dot_uploading | 启用打点上传功能 |
| enable_dotting | 启用打点功能 |
| is_dot_uploading_disabled | 打点上传功能是否启用 |
| is_dotting_disabled | 打点功能是否启用 |
| is_qiniu_enabled | 判断当前是否已经启用七牛环境 |
| set_download_start_time | 设置下载起始时间 |
| sign_download_url_with_deadline | 为私有空间签发对象下载 URL |
| sign_download_url_with_lifetime | 为私有空间签发对象下载 URL |
| total_download_duration | 获取下载结束之间到下载起始时间之间的时长 |