Skip to content

Commit

Permalink
Avoid sending object information in the incomplete uploads list chann…
Browse files Browse the repository at this point in the history
…el when an

error is encountered
  • Loading branch information
vadmeste committed Nov 27, 2016
1 parent fefbf34 commit bf60cb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api-list.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ func (c Client) listIncompleteUploads(bucketName, objectPrefix string, recursive
objectMultipartStatCh <- ObjectMultipartInfo{
Err: err,
}
continue
}
}
select {
Expand Down

0 comments on commit bf60cb8

Please sign in to comment.