Chris Lu
|
24fda6f47f
|
remove QR code for mobile upload
|
3 years ago |
Chris Lu
|
7ce97b59d8
|
go fmt
|
3 years ago |
Chris Lu
|
d1a4e19a3f
|
volume: copy file also copies modification time
to ensure ttl can work well
|
3 years ago |
Chris Lu
|
43fd11278e
|
support follow additional path prefixes
|
3 years ago |
Chris Lu
|
05f32376eb
|
add cluster id in filer configuration response
|
3 years ago |
Chris Lu
|
6a0bb7106b
|
cloud drive: parallelize remote storage downloading
|
3 years ago |
Chris Lu
|
05a648bb96
|
refactor: separating out remote.proto
|
3 years ago |
mauroparente
|
c63713774b
|
Fix image resize
https://github.com/chrislusf/seaweedfs/issues/2262
|
3 years ago |
Chris Lu
|
570d2eccec
|
skip body if not allowed by http status
|
3 years ago |
Chris Lu
|
e2aa3cf63b
|
fix go test
|
3 years ago |
Chris Lu
|
0b2a92d371
|
skip if http.StatusNoContent
|
3 years ago |
Chris Lu
|
c34747c79d
|
rename, fix wrong logic.
|
3 years ago |
Chris Lu
|
889b143fa7
|
adjust modification detection logic
|
3 years ago |
Chris Lu
|
f365af81c2
|
parallelize remote content fetching
|
3 years ago |
Chris Lu
|
53e66980b2
|
add comments
|
3 years ago |
Chris Lu
|
9921801e0c
|
Revert "use default or path-specific setting for cache replication level"
This reverts commit ba6923b223 .
|
3 years ago |
Chris Lu
|
ba6923b223
|
use default or path-specific setting for cache replication level
|
3 years ago |
Chris Lu
|
8126ab4b5d
|
rename
|
3 years ago |
Chris Lu
|
7937db52e1
|
Filer locationPrefix configure does not exec replication #2257
fix https://github.com/chrislusf/seaweedfs/issues/2257
|
3 years ago |
Chris Lu
|
f4decf02df
|
volume copying: clean up stale volume data files
fix https://github.com/chrislusf/seaweedfs/issues/2250
|
3 years ago |
Chris Lu
|
78e8ddf910
|
Only when tailing volume, the zero-ed cookie should skip checking.
This only happens when checkCookie == false and fsync == false.
|
3 years ago |
Chris Lu
|
5a0f92423e
|
use grpc and jwt
|
3 years ago |
Chris Lu
|
6238644c35
|
remove gateway command
|
3 years ago |
Chris Lu
|
d1d1fc772c
|
move some volume lookup operations to grpc
jwt related lookup will come in next commit
|
3 years ago |
Chris Lu
|
5571f4f70a
|
master: add master.follower to handle read file id lookup requests
|
3 years ago |
Chris Lu
|
5469019852
|
adjust data type
|
3 years ago |
Chris Lu
|
f2cd753bf9
|
fix avoid lock error
fix https://github.com/chrislusf/seaweedfs/issues/2247
|
3 years ago |
Chris Lu
|
1154e23e2d
|
add logs for volume creation
|
3 years ago |
Chris Lu
|
69655ba8e5
|
mount: cache on reading remote storage
|
3 years ago |
Chris Lu
|
a7012d9729
|
fix
|
3 years ago |
Chris Lu
|
8d3e275735
|
remote: filer cache remote content on read
|
3 years ago |
Chris Lu
|
9096f6f4f7
|
cache: set upper limit of chunk size
|
3 years ago |
Chris Lu
|
a6be2520c9
|
fix
|
3 years ago |
Chris Lu
|
713c035a6e
|
shell: remote.cache remote.uncache
|
3 years ago |
Chris Lu
|
734c980040
|
volume: support concurrent download data size limit
|
3 years ago |
Chris Lu
|
96ce85f5ae
|
rename
|
3 years ago |
Chris Lu
|
c5f38c365d
|
go fmt
|
3 years ago |
Chris Lu
|
8f5170c138
|
remove imports
|
3 years ago |
Chris Lu
|
270770d7d7
|
refactor
|
3 years ago |
Chris Lu
|
d84c311699
|
refactoring
|
3 years ago |
Chris Lu
|
767edd3c08
|
rename
|
3 years ago |
Chris Lu
|
9df7d16791
|
read <- remote_storage
|
3 years ago |
Chris Lu
|
c090d6bb25
|
add ReadRemote(), add read remote setup when filer starts
|
3 years ago |
byunghwa.yun
|
7374b5b473
|
Add webp extension for resizing
|
3 years ago |
Chris Lu
|
ac28611817
|
snowflake sequencer need an unique id
fix https://github.com/chrislusf/seaweedfs/issues/2213
|
3 years ago |
Chris Lu
|
7ab389e7ec
|
optimization: improve random range query for large files
|
3 years ago |
Chris Lu
|
b938df97a2
|
remove unused parameter
|
3 years ago |
Chris Lu
|
450222dd64
|
add remote to filer.Entry and filer_pb entry, add RemoteConf
|
3 years ago |
Chris Lu
|
18c40686d9
|
s3: multipart upload miss data if file is chunked in 4MB
fix https://github.com/chrislusf/seaweedfs/issues/2195
|
3 years ago |
Chris Lu
|
49c66e88a0
|
volume: change all writes to fsync during graceful stopping
fix https://github.com/chrislusf/seaweedfs/issues/2193
|
3 years ago |