chrislu
e48764be75
s3: multipart upload verifies uploaded parts
3 years ago
chrislu
18ae8943ef
better clean up upload directory
3 years ago
chrislu
a0bad1c997
remove any go mod changes
This reverts commit 6c7f7d6887
.
3 years ago
chrislu
6c7f7d6887
Revert "Merge pull request #2782 from SadmiB/upstream"
This reverts commit a644b7236a
, reversing
changes made to 349257f822
.
3 years ago
SadmiB
d12540c9f2
Add contabo api client
3 years ago
chrislu
4e2388e1b5
mount: set file size if it is only on remote gateway
3 years ago
chrislu
8f0410af2c
2.95
3 years ago
chrislu
ae558fa073
log reasons volumes became unwritable
3 years ago
chrislu
57c6eddd22
avoid possible deadlock if volume layout is used in some logs
3 years ago
chrislu
581c93d970
change to config_dir, to be consistent with "weed scaffold -config"
fix https://github.com/chrislusf/seaweedfs/issues/2753
3 years ago
chrislu
3da2b83b38
Added a "-conf_dir" option to customize *.toml configuration file directory.
fix https://github.com/chrislusf/seaweedfs/issues/2753
3 years ago
elee
beb406bbbb
fix ls, onBucketDelete still not triggering
3 years ago
elee
411c0df3fe
switch to multi collection, change readme
3 years ago
zzq09494
9f16df736e
fix-filer: calculation error of the method skipCheckParentDirEntry
3 years ago
elee
1cea6c73d3
update readme
3 years ago
elee
25be96832a
update readme with index info
3 years ago
elee
06f23aa675
put in delete folder children query
3 years ago
elee
0701feeb17
added more to readme
3 years ago
elee
171c27ddf1
zz
3 years ago
elee
2f0cdcdceb
update readme
3 years ago
elee
423ce57cde
prefix search, bucket implemented
3 years ago
chrislu
f247cab5cd
skip localhost if bound to all interfaces already 0.0.0.0 or 127.0.0.1
3 years ago
Berck Nash
7ee38fa3a4
The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few problems:
(1) The help file says that in the absence of a ipBind being specified, that it will bind to the "ip" specified. Instead, it bound to localhost which broke the default configuration. This change implements the documented behavior instead.
(2) The new IAM filer ip address has no default. This instantiates it to the same as the filer IP. I'm not sure if there should be a corresponding iam.ip or iam.ipBind option added to the filer command?
3 years ago
elee
bf745bdccb
revise comment
3 years ago
elee
a0df993cef
cleanup, add a few comments
3 years ago
elee
94883e2fad
ok then
3 years ago
elee
f3ab6769e9
make start from indexing work
3 years ago
elee
31571dd96e
fix file listing
3 years ago
elee
921535001a
arangodb adapter
3 years ago
chrislu
6886167d5f
minor optimization
3 years ago
chrislu
7542fd7f4d
mount: optimize a bit when writing files
3 years ago
chrislu
4042fdf3bb
rename to skipCheckParentDir
related to https://github.com/chrislusf/seaweedfs/pull/2761
It's better to default to false.
3 years ago
zzq09494
40b0033fa7
go fmt
3 years ago
zzq09494
ee5417a5b3
fix: ut test error
3 years ago
zzq09494
81cce4b4c3
filer: support uploading file without needEnsureParentDir
3 years ago
zzq09494
a6a8892255
Revert "filer: support uploading file without needEnsureParentDir"
This reverts commit a93c4947ba
.
3 years ago
zzq09494
a93c4947ba
filer: support uploading file without needEnsureParentDir
3 years ago
Berck Nash
9b14f0c81a
Add mTLS support for both master and volume http server.
3 years ago
chrislu
3639cad69c
master, filer, s3: also listen to "localhost" in addition to specific ip address
related to https://github.com/chrislusf/seaweedfs/issues/1937
3 years ago
Konstantin Lebedev
f43c6daeda
Need to exit waiting if request is was canceled
3 years ago
Konstantin Lebedev
c2e7d663bc
reduced the timeout for creating a connection from 30 to 10 seconds
3 years ago
chrislu
fbc9f0eb64
minor
3 years ago
chrislu
2eda3a686f
2.94
3 years ago
chrislu
bd5c5586b5
generate inode via path and time
3 years ago
chrislu
5cba8e51c5
refactor
3 years ago
chrislu
f2f68f675e
write to disk during random writes, limiting total disk spaces used
3 years ago
chrislu
2f4cd20f90
tests skip reader pattern monitoring
3 years ago
chrislu
53513475bf
mount: add back random read support
avoid too much memory used also
3 years ago
chrislu
f70c1e449b
add useful doc link
3 years ago
chrislu
b20ddc57a7
mount: return open status
3 years ago