Revert "Add AutoChunking to the Filer API, so that you can upload really large files through the filer API."

This reverts commit 09059bfdcc.
This commit is contained in:
Mike Tolman
2016-08-05 15:47:46 -06:00
parent 0d331c1e3a
commit a89a3c86d0
4 changed files with 0 additions and 215 deletions

View File

@@ -28,7 +28,6 @@ type FilerServer struct {
disableDirListing bool
secret security.Secret
filer filer.Filer
maxMB int
masterNodes *storage.MasterNodes
}
@@ -44,7 +43,6 @@ func NewFilerServer(r *http.ServeMux, ip string, port int, master string, dir st
defaultReplication: replication,
redirectOnRead: redirectOnRead,
disableDirListing: disableDirListing,
maxMB: maxMB,
port: ip + ":" + strconv.Itoa(port),
}