Skip to content

Commit

Permalink
qdownload bug and listbucket2 max-retry
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycai653 committed Nov 16, 2018
1 parent af57b30 commit cc6be4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.3.3
1. 修复qdownload配置cdn_domain使用了测试域名作为HOST 引起超过10G流量限制的问题
2. listbucket2 max-retry选项只限制出错下载次数,不限制接口返回空的次数

# 2.3.2
1. 修复fetch incorrect region
2. 修复docs中文档格式显示问题
Expand Down
18 changes: 0 additions & 18 deletions iqshell/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,8 @@ import (
"io/ioutil"
"os"
"strings"
"time"
)

type UserInfo struct {
Uid uint32 `json:"uid"`
UserId string `json:"userid"`
Email string `json:"email"`
Username string `json:"username"`
ParentUid uint32 `json:"parent_uid"`
IsActivated bool `json:"is_activated"`
UserType uint32 `json:"user_type"`
DeviceNum int `json:"device_num"`
InvitationNum int `json:"invitation_num"`
LastParentOperationAt time.Time `json:"last_parent_operation_at"`
}

func (u *UserInfo) String() string {
return ""
}

type Account struct {
Name string
AccessKey string
Expand Down

0 comments on commit cc6be4a

Please sign in to comment.