chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
2022-07-29 00:17:28 -07:00 |
|
Chris Lu
|
d1d1fc772c
|
move some volume lookup operations to grpc
jwt related lookup will come in next commit
|
2021-08-12 20:33:00 -07:00 |
|
Chris Lu
|
734c980040
|
volume: support concurrent download data size limit
|
2021-08-08 23:25:16 -07:00 |
|
Chris Lu
|
6c82326575
|
use bytes.Buffer to reduce memory allocation and gc
|
2021-06-06 13:42:36 -07:00 |
|
Konstantin Lebedev
|
198688c717
|
revert volume etag
|
2021-04-16 23:22:31 +05:00 |
|
Chris Lu
|
6daa932f5c
|
refactoring to get master function, instead of passing master values directly
this will enable retrying later
|
2021-02-17 20:55:55 -08:00 |
|
Konstantin Lebedev
|
e4f2d9eb4a
|
We return etag using the same algorithm as aws s3
https://teppen.io/2018/06/23/aws_s3_etags/
|
2020-10-05 14:43:32 +05:00 |
|
Chris Lu
|
7e91ae592c
|
pass in option to read deleted entries
not working yet
|
2020-08-18 17:37:26 -07:00 |
|
Chris Lu
|
4ecfa9879d
|
volume: report Content-MD5 in response header
|
2020-08-06 05:22:53 -07:00 |
|
李远军
|
6608cb5f43
|
Revert "remove fixJpgOrientation"
This reverts commit de5ca9b2
|
2020-07-10 10:08:36 +08:00 |
|
Chris Lu
|
de5ca9b258
|
remove fixJpgOrientation
|
2020-06-20 12:50:40 -07:00 |
|
Chris Lu
|
e912fd15e3
|
renaming
|
2020-06-19 22:45:27 -07:00 |
|
bingoohuang
|
21d0a013d5
|
rename 'needle' which collides with imported package name
|
2020-05-28 17:00:00 +08:00 |
|
Chris Lu
|
7764e0465c
|
refactoring
|
2020-04-12 21:00:55 -07:00 |
|
Chris Lu
|
dc08e4098f
|
add etag only for PUT or large chunked uploads
|
2020-04-08 09:13:26 -07:00 |
|
Chris Lu
|
d848d08944
|
use public url also for deletions
|
2020-03-18 11:16:45 -07:00 |
|
Chris Lu
|
560df51def
|
refactoring
|
2020-03-15 03:11:26 -07:00 |
|
Chris Lu
|
0375ce2c2e
|
filer: set mime type from volume server
|
2020-03-07 07:25:15 -08:00 |
|
Chris Lu
|
97ab8a1976
|
remove ctx if possible
|
2020-02-25 22:23:59 -08:00 |
|
Chris Lu
|
2a6db0fd43
|
volume: return 204 for unchanged file uploads
fix https://github.com/chrislusf/seaweedfs/issues/1196
|
2020-02-11 09:45:02 -08:00 |
|
Chris Lu
|
3eafec4b29
|
volume: add option to limit file size
|
2020-01-03 00:37:26 -08:00 |
|
stlpmo
|
f87ccbddb4
|
remove the http 304 response body
|
2019-12-24 17:56:50 +08:00 |
|
Chris Lu
|
c74dc2b306
|
go fmt
|
2019-06-20 00:55:52 -07:00 |
|
Chris Lu
|
e63317fb08
|
ec deletion code complete, not tested yet
|
2019-06-20 00:55:30 -07:00 |
|
Chris Lu
|
ff6a6dd11e
|
refactoring
|
2019-06-15 21:46:55 -07:00 |
|
Chris Lu
|
8b43679ae3
|
refactoring
|
2019-06-15 12:21:44 -07:00 |
|
Chris Lu
|
5336008dcd
|
refactoring
|
2019-06-14 13:06:01 -07:00 |
|
Chris Lu
|
5f6c9825f8
|
volume server: adds basic metrics
|
2019-06-14 00:54:56 -07:00 |
|
Chris Lu
|
50aa769554
|
jwt for read access control
|
2019-06-06 00:29:02 -07:00 |
|
Chris Lu
|
440111a349
|
volume: support http status 304 for the same file id
|
2019-04-21 13:33:23 -07:00 |
|
Chris Lu
|
e5506152c0
|
refactoring
|
2019-04-18 21:43:36 -07:00 |
|
Chris Lu
|
104922a3db
|
text wrapping
|
2019-03-18 00:35:15 -07:00 |
|
Chris Lu
|
77b9af531d
|
adding grpc mutual tls
|
2019-02-18 12:11:52 -08:00 |
|
Chris Lu
|
215cd27b37
|
add authorizing fileId write access
need to secure upload/update/delete for benchmark/filer/mount
need to add secure grpc
|
2019-02-14 00:08:20 -08:00 |
|
Chris Lu
|
e49a38842a
|
set etag in response
|
2019-01-02 12:57:54 -08:00 |
|
Chris Lu
|
be946c9e54
|
filer store original data size instead of data size after gzip
|
2018-12-22 13:11:07 -08:00 |
|
zoe
|
a11c28cb4c
|
Update volume_server_handlers_write.go
size declared and not used
|
2018-10-31 09:36:32 +08:00 |
|
zoe
|
29eff0ecd7
|
Update volume_server_handlers_write.go
返回实际文件大小,而不是needle的大小
|
2018-10-29 21:05:51 +08:00 |
|
Chris Lu
|
f9410bcaa7
|
adjust log level for deletes
|
2018-10-15 00:39:56 -07:00 |
|
Chris Lu
|
ff66269b62
|
use grpc to replace http APIs for batch volume id lookup and batch delete
1. remove batch volume id lookup http API /vol/lookup
2. remove batch delete http API /delete
|
2018-10-14 00:12:28 -07:00 |
|
Chris Lu
|
f11d531d45
|
adjust logging
|
2018-09-28 01:54:10 -07:00 |
|
Chris Lu
|
bea4f6ca14
|
go fmt
|
2018-09-12 01:00:57 -07:00 |
|
Chris Lu
|
f6d8525d1d
|
working S3 multipart uploads
|
2018-09-12 00:46:12 -07:00 |
|
Chris Lu
|
164091c269
|
add s3 multipart upload
|
2018-09-09 16:25:43 -07:00 |
|
Chris Lu
|
648626115a
|
fix printing
|
2018-07-21 18:47:07 -07:00 |
|
Chris Lu
|
852af28f91
|
needle priting format
|
2018-07-21 17:41:21 -07:00 |
|
Chris Lu
|
85eae57e4c
|
Store and replicate timestamp of file deletion in tombstone marker
merging changes from https://github.com/chrislusf/seaweedfs/pull/609/files
|
2018-07-14 20:26:45 -07:00 |
|
Chris Lu
|
43e3f5724c
|
use fixed list of masters in both filer and volume servers
|
2018-06-01 00:39:39 -07:00 |
|
Chris Lu
|
5047bdb4a2
|
skip bytes cache
|
2017-06-03 11:44:24 -07:00 |
|
霍晓栋
|
079fdbad13
|
fix volume_layout bug, add new feature for volume etag write,filer pass through query params'
|
2016-06-29 16:05:00 +08:00 |
|