Commit cc6be4a 1 parent af57b30 commit cc6be4a Copy full SHA for cc6be4a
File tree 2 files changed +4
-18
lines changed
2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change
1
+ # 2.3.3
2
+ 1 . 修复qdownload配置cdn_domain使用了测试域名作为HOST 引起超过10G流量限制的问题
3
+ 2 . listbucket2 max-retry选项只限制出错下载次数,不限制接口返回空的次数
4
+
1
5
# 2.3.2
2
6
1 . 修复fetch incorrect region
3
7
2 . 修复docs中文档格式显示问题
Original file line number Diff line number Diff line change @@ -11,26 +11,8 @@ import (
11
11
"io/ioutil"
12
12
"os"
13
13
"strings"
14
- "time"
15
14
)
16
15
17
- type UserInfo struct {
18
- Uid uint32 `json:"uid"`
19
- UserId string `json:"userid"`
20
- Email string `json:"email"`
21
- Username string `json:"username"`
22
- ParentUid uint32 `json:"parent_uid"`
23
- IsActivated bool `json:"is_activated"`
24
- UserType uint32 `json:"user_type"`
25
- DeviceNum int `json:"device_num"`
26
- InvitationNum int `json:"invitation_num"`
27
- LastParentOperationAt time.Time `json:"last_parent_operation_at"`
28
- }
29
-
30
- func (u * UserInfo ) String () string {
31
- return ""
32
- }
33
-
34
16
type Account struct {
35
17
Name string
36
18
AccessKey string
You can’t perform that action at this time.
0 commit comments