Peter Cai
bff678770b
filer: Fix prefix matching ( #1722 )
* `ListDirectoryEntries` takes a pattern, not a prefix, thus to match a
prefix we have to include a wildcard character `*`
* In the prefix match implementations in leveldb and leveldb2, we should
continue instead of stop if the current entry does not match the
prefix.
5 years ago
Peter Cai
cd2a9865ed
filer: respect Content-Type on PUT
This is needed for the S3 gateway to conform to the S3 protocol -- the
server should always respect the Content-Type set by client.
5 years ago
Chris Lu
2e6cf541e7
filer: avoid deletion error when item is not found
5 years ago
henry
7458ff9523
Solve the Chinese name disorder of download file
5 years ago
Chris Lu
0a7c5f85a9
filer: add namePattern to search in current folder
5 years ago
Chris Lu
0a067944cc
filer: add retries during volume moving
fix https://github.com/chrislusf/seaweedfs/issues/1704
5 years ago
Chris Lu
c3d1b3b5aa
hook up
5 years ago
Chris Lu
a1009e8044
filer: add -defaultStoreDir so that filer.toml can be skipped
fix https://github.com/chrislusf/seaweedfs/issues/1659
5 years ago
Chris Lu
b789767cd1
filer: return http status 499 for client closed connection
fix https://github.com/chrislusf/seaweedfs/issues/1684
5 years ago
Konstantin Lebedev
c4459249ef
ui interface is always on
5 years ago
Chris Lu
16cd6fb278
fix variable name
5 years ago
Chris Lu
3fedfec1e7
check cross device rename error
5 years ago
Chris Lu
83078ac6ce
filer: change to /etc/seaweedfs folder on filer
fix https://github.com/chrislusf/seaweedfs/issues/1666
5 years ago
Chris Lu
765b3ef1be
save /etc/iam/identity.json inside filer store
5 years ago
Chris Lu
606051cc79
filer: cache "/etc" filder small files to filer store
5 years ago
Chris Lu
ac22f1dd26
filer subscribe: handle rename subscription
5 years ago
Chris Lu
263eb29e9f
filer: add option to cache small files to filer store
5 years ago
Konstantin Lebedev
eadbba5c95
security master use access.ui
5 years ago
Chris Lu
45dba088cd
fix tests
5 years ago
Chris Lu
04062c56c7
webdav: improve webdav upload speed
5 years ago
Chris Lu
f4abd01adf
filer: cache small file to filer store
5 years ago
Chris Lu
a9c6be5fc3
set creation time
5 years ago
Chris Lu
141ce67c09
close http request body
5 years ago
Chris Lu
965413c21b
shell: add volume.vacuum command
5 years ago
Chris Lu
c57a7839ec
adjust comments
5 years ago
Chris Lu
8438fb0cc3
fix ec shard spreading error
5 years ago
Chris Lu
85554bea38
filer: readonly handle static resources
fix https://github.com/chrislusf/seaweedfs/issues/1641
5 years ago
Chris Lu
6d30b21b10
volume: add "-dir.idx" option for separate index storage
fix https://github.com/chrislusf/seaweedfs/issues/1265
5 years ago
Chris Lu
b11449f955
pass in dir.idx parameter to DiskLocation
5 years ago
Chris Lu
0da7ecfd29
go fmt
5 years ago
Chris Lu
92f906b6fc
remove zstd
fix https://github.com/chrislusf/seaweedfs/issues/1629
5 years ago
Chris Lu
dc304342b2
fs.configure: configurable volume growth
5 years ago
Chris Lu
6204dc6e85
add comment
5 years ago
Chris Lu
ef3e068c51
deprecating "filer.options.buckets_fsync" in filer.toml
5 years ago
Chris Lu
0ea5c087ce
go fmt
5 years ago
Chris Lu
95c0de285d
refactoring
5 years ago
Chris Lu
500bcab953
refactoring
5 years ago
Chris Lu
590f02179d
filer: load filer conf when starting
5 years ago
Konstantin Lebedev
1eec5c8d5d
gen pb
5 years ago
Konstantin Lebedev
fc7baef5bb
fiil serverUrls sorted by data center
5 years ago
Konstantin Lebedev
dc26012a3b
initial
5 years ago
Chris Lu
6856b0d57e
filer: add API to add/modify/delete tagging
5 years ago
Chris Lu
0dafcf1f5a
volume: detect max volume count changes based on disk usage
fix https://github.com/chrislusf/seaweedfs/issues/1594
5 years ago
Chris Lu
d29b787220
store together with "Seaweed-" prefix
5 years ago
Chris Lu
5448781dfc
filer: Headers with "Seaweed-" prefix are stored as extended properties
5 years ago
Chris Lu
de86945aeb
go fmt
5 years ago
Chris Lu
306062b4e7
filer: add CORS support
5 years ago
Chris Lu
05acc33294
volume: add CORS support
5 years ago
Konstantin Lebedev
d2a4ffdd60
glog
5 years ago
Konstantin Lebedev
46303c36bf
When the volume server is stopped, the master server immediately sees the deletion of volumes
5 years ago