aboutsummaryrefslogtreecommitdiff
path: root/weed/command/upload.go
AgeCommit message (Collapse)AuthorFilesLines
2017-08-10fix typoChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/549
2017-01-09suport uploading files to specific dataCentersparklxb1-2/+4
2017-01-04fix bug: upload big .gz file more than maxMBlixianbin1-1/+1
2016-07-20add "weed copy" command to copy files to filerChris Lu1-5/+5
2016-06-02directory structure change to work with glideChris Lu1-0/+108
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.