Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 7c35489

Browse files
committed
disable progress explicitly on add
1 parent cfd6e9e commit 7c35489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ func (s *Shell) Add(r io.Reader) (string, error) {
120120

121121
req := NewRequest(s.url, "add")
122122
req.Body = fileReader
123+
req.Opts["progress"] = "false"
123124

124125
resp, err := req.Send(s.httpcli)
125126
if err != nil {

0 commit comments

Comments
 (0)