Revert autoupdate
This commit is contained in:
parent
14f366dbf4
commit
6f1eceb0e2
|
@ -84,7 +84,7 @@ func (b *Backend) Workspaces() ([]string, error) {
|
||||||
} else {
|
} else {
|
||||||
options = append(options, oss.Marker(lastObj))
|
options = append(options, oss.Marker(lastObj))
|
||||||
}
|
}
|
||||||
bucket.ListObjects(options...)
|
resp, err = bucket.ListObjects(options...)
|
||||||
} else {
|
} else {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue