aboutsummaryrefslogtreecommitdiff
path: root/weed/command/upload.go
AgeCommit message (Expand)AuthorFilesLines
2024-11-04merge current message queue code changes (#6201)Chris Lu1-2/+16
2024-07-16Added loadSecurityConfigOnce (#5792)vadimartynov1-1/+1
2024-06-14Added context for the MasterClient's methods to avoid endless loops (#5628)vadimartynov1-2/+2
2022-08-23remove old raft servers if they don't answer to pings for too long (#3398)askeipx1-3/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
2021-09-12change server address from string to a typeChris Lu1-4/+4
2021-08-03typoChris Lu1-2/+2
2021-07-01go fmtChris Lu1-1/+1
2021-06-07Return correct exitcode when `wheed upload` failsDaniel Nagy1-2/+11
2021-04-01smaller file chunks are fasterChris Lu1-1/+1
2021-02-22disk type support custom tagsChris Lu1-1/+1
2021-02-17go fmtChris Lu1-2/+2
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-2/+2
2021-02-14disk type only supports hdd and ssd, not ready for random tags yetChris Lu1-1/+1
2021-02-13adjust help messageChris Lu1-1/+1
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-0/+25
2021-01-02upload: add read default collection from masterChris Lu1-0/+25
2020-12-16go fmtChris Lu1-1/+1
2020-12-13rename parameter name to "disk"Chris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-4/+4
2020-12-13adding volume typeChris Lu1-2/+4
2020-07-16resolve directories if containing home directoryChris Lu1-1/+1
2020-03-18weed upload: add usePublicUrl optionChris Lu1-14/+12
2020-01-29support env variables to overwrite toml fileChris Lu1-4/+2
2019-06-05periodic scripts exeuction from leader masterChris Lu1-4/+5
2019-04-04default weed filer.copy and weed upload chunk size to 32MBChris Lu1-1/+1
2019-02-18adding grpc mutual tlsChris Lu1-2/+9
2019-02-09cleanup security.SecretChris Lu1-6/+2
2019-02-06fixing of typosSergey1-1/+1
2018-12-22adjust help messageChris Lu1-4/+0
2017-08-10fix typoChris Lu1-1/+1
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