Chris Lu
4250a3a675
upload: add read default collection from master
fix https://github.com/chrislusf/seaweedfs/issues/1724#issuecomment-753576071
4 years ago
Chris Lu
f43146b237
resolve directories if containing home directory
5 years ago
Chris Lu
6566c8e114
weed upload: add usePublicUrl option
fix https://github.com/chrislusf/seaweedfs/issues/1236
5 years ago
Chris Lu
d335f04de6
support env variables to overwrite toml file
5 years ago
j.laycock
6fc6322c90
Change joeslay paths to chrislusf paths
5 years ago
j.laycock
595a1beff0
Swap imports to use joeslay
5 years ago
Chris Lu
ede876cfdb
periodic scripts exeuction from leader master
6 years ago
Chris Lu
4f714cef22
default weed filer.copy and weed upload chunk size to 32MB
6 years ago
Chris Lu
77b9af531d
adding grpc mutual tls
6 years ago
Chris Lu
4ff4a147b2
cleanup security.Secret
6 years ago
Sergey
aa5ccff6d2
fixing of typos
6 years ago
Chris Lu
49f40cd145
adjust help message
6 years ago
Chris Lu
dbee816205
fix typo
fix https://github.com/chrislusf/seaweedfs/issues/549
7 years ago
sparklxb
66e7013dfe
suport uploading files to specific dataCenter
8 years ago
lixianbin
d96d0a87cf
fix bug: upload big .gz file more than maxMB
8 years ago
Chris Lu
cdae9fc680
add "weed copy" command to copy files to filer
9 years ago
Chris Lu
5ce6bbf076
directory structure change to work with glide
glide has its own requirements. My previous workaround caused me some
code checkin errors. Need to fix this.
9 years ago
chrislusf
7ae7029154
adjust usage text to fit the display
9 years ago
chrislusf
51aac49e82
each command use its own options to avoid parameter collision
fix https://github.com/chrislusf/seaweedfs/issues/152
10 years ago
Stuart P. Bentley
86e80aa9a0
Fix a couple more weedfs -> SeaweedFS instances
Apparently I forgot to save these files before submitting #121
10 years ago
Stuart P. Bentley
f0c2a2dcb3
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
10 years ago
Chris Lu
f7998f8652
merge conflicts
10 years ago
Brian McQueen
d56c748fa8
switch it back to chris's repo
10 years ago
Brian McQueen
c0dfdf4392
switch to my forked repo
10 years ago
Chris Lu
179d36ba0e
formatting code by: goimports -w=true .
10 years ago
wyy
4126280d55
use github.com/chrislusf instead of github.com/aszxqw
10 years ago
wyy
1cd19447e3
use github.com/aszxqw instead of code.google.com/p
10 years ago
Chris Lu
b9aee2defb
add TTL support
The volume TTL and file TTL are not necessarily the same. as long as
file TTL is smaller than volume TTL, it'll be fine.
volume TTL is used when assigning file id, e.g.
http://.../dir/assign?ttl=3h
file TTL is used when uploading
10 years ago
Chris Lu
a121453188
benchmarking writing data to a specific collection
11 years ago
Chris Lu
8111f7663d
formatting
11 years ago
Chris Lu
0e5e0a3754
add option to split large files into parts and then upload
11 years ago
Chris Lu
8e1ac16d16
refactoring submit operation
12 years ago
Chris Lu
d5e7c1de0a
refactoring code
reusable code by go clients
12 years ago
Chris Lu
d51c8d37bd
Issue 6: upload file without id specified
12 years ago
Chris Lu
e94d52c1af
replicate mime type
12 years ago
Chris Lu
3ae2eabf09
add more description to upload command
12 years ago
Chris Lu
b409ccc5ab
upload respect master default replication setting
12 years ago
Chris Lu
5e3b6e968a
escaping upload file name special characters
if already gzipped, avoid gzipping again
12 years ago
Chris Lu
70fe7e6b5d
support gzip file upload, fix problem during replication of gzipped data
12 years ago
Chris Lu
de368ef3c3
adjust usage
12 years ago
Chris Lu
d9c25ccbb0
upload files recursively matching a pattern
12 years ago
Chris Lu
ddf4f27a56
better error message if directory is not found
12 years ago
Chris Lu
72490bc00f
Consistent result format when error happens
12 years ago
Chris Lu
208ed2a991
Add support to upload a directory recursively.
12 years ago
Chris Lu
b0e5112702
"weed upload" return message changes
12 years ago
Chris Lu
4c200acd7d
1. ensure replicated file has the same timestamp
2. upload can specify modified time by &ts=...
3. correctly return code 304
12 years ago
Chris Lu
db8e27be6e
add lots of error checking by GThomas
12 years ago
Chris Lu
79d11ac951
go vet
12 years ago
Chris Lu
d4e5a22e53
rename from cmd to weed for easier "go build"
12 years ago
Chris Lu
5071f528f6
testing compilation with remove package
12 years ago