chrislu
81f11883e3
go fmt
1 year ago
Mesar Hameed
a90b777ff4
Feat: etcd filer store keys should have customizable prefix ( #4484 )
An etcd cluster is not necessarily only dedicated to seaweedfs.
This security enhancement adds a customizable key_prefix option to the etcd filer store.
This will allow an etcd cluster administrator to limit the seaweedfs etcd user to only read/write a subset of keys under the
key_prefix, instead of all keys on the etcd cluster.
2 years ago
chrislu
b7f011f777
fix test
2 years ago
Mesar Hameed
65484e80ef
Feat: support username/password authentication for etcd filer store s… ( #4477 )
Feat: support username/password authentication for etcd filer store seaweedfs/seaweedfs#4262
Co-authored-by: Mesar Hameed <mesar.hameed@gmail.com>
2 years ago
chrislu
70a4c98b00
refactor filer_pb.Entry and filer.Entry to use GetChunks()
for later locking on reading chunks
2 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
2 years ago
chrislu
10207a48a4
how to setup local test env
3 years ago
chrislu
db33b03735
add comments
3 years ago
chrislu
71e0bcc5d5
a bit optimization
3 years ago
chrislu
d5fe5d12b7
filer: etcd fix pagination
fix https://github.com/chrislusf/seaweedfs/issues/3016
3 years ago
Konstantin Lebedev
21033ff4c3
refactor use const CountEntryChunksForGzip
3 years ago
Chris Lu
8ec357b3d3
go mod
3 years ago
Chris Lu
182288f860
filer: fix mysql, postgres batch delete error
3 years ago
Konstantin Lebedev
6aa1a56ec8
avoid crashes Galera Cluster
https://github.com/chrislusf/seaweedfs/issues/2125
4 years ago
Chris Lu
314dc1c957
filer: etcd store fix listing
fix https://github.com/chrislusf/seaweedfs/issues/1767
4 years ago
Chris Lu
a4063a5437
add stream list directory entries
4 years ago
Chris Lu
f002e668de
change limit to int64 in case of overflow
4 years ago
Chris Lu
5ef43b9b09
implement etcd changes
4 years ago
Chris Lu
361043e6c1
filer store: leveldb2 fix nil entry error if not found
4 years ago
Chris Lu
2a0925590c
filer: etcd store avoid read with nil option
fix https://github.com/chrislusf/seaweedfs/issues/1463
4 years ago
Chris Lu
b8f32bcab9
filer: compress stored metadata
4 years ago
Chris Lu
37234bf3f8
filer store adds kv support
can compile now, need to implement those unimplemented
4 years ago
Chris Lu
eb7929a971
rename filer2 to filer
4 years ago