Konstantin Lebedev
|
82b0463fac
|
handler PutUserPolicy
https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutUserPolicy.html
|
4 years ago |
Konstantin Lebedev
|
d7719d0542
|
base handlers
|
4 years ago |
Konstantin Lebedev
|
03c7953254
|
init Iam Api Server
|
4 years ago |
Konstantin Lebedev
|
020a5d40c3
|
avoid counter is null
|
4 years ago |
Konstantin Lebedev
|
df6cf0a2fa
|
nonRepairThreshold
|
4 years ago |
Konstantin Lebedev
|
9ce82a9cd2
|
GOMAXPROCS use defaults to the value of runtime.NumCPU
https://github.com/chrislusf/seaweedfs/issues/1942
|
4 years ago |
Konstantin Lebedev
|
60972f1c97
|
rename option repairThreshold
|
4 years ago |
Chris Lu
|
a801332b0d
|
filer: return 409 if file conflicts with a directory
fix https://github.com/chrislusf/seaweedfs/issues/1938
|
4 years ago |
Chris Lu
|
c42b95c596
|
more help message
fix https://github.com/chrislusf/seaweedfs/issues/1937
|
4 years ago |
Konstantin Lebedev
|
40a9e88c07
|
rename var
|
4 years ago |
Konstantin Lebedev
|
d21a5bf5d0
|
add missingKeysThreshold for fsck
|
4 years ago |
Chris Lu
|
85cff10787
|
mysql: ensure name column is case sensitive
fix https://github.com/chrislusf/seaweedfs/issues/1931
|
4 years ago |
Chris Lu
|
4abb511db3
|
make a local copy of the in memory cached data
|
4 years ago |
Chris Lu
|
3cbc40fa48
|
avoid creating multiple reader
|
4 years ago |
Chris Lu
|
2f7c7afdec
|
refactor: remove unused parameter
|
4 years ago |
Chris Lu
|
d48dd0c738
|
use []byte directly instead of bytes.Buffer
|
4 years ago |
Chris Lu
|
8eb14967ef
|
shell: volume.check.disk adds optional slow mode
fix https://github.com/chrislusf/seaweedfs/issues/1930
|
4 years ago |
Chris Lu
|
288369cfc7
|
mount: release resources when Forget() is called
address https://github.com/chrislusf/seaweedfs/issues/1929
|
4 years ago |
Chris Lu
|
5d931eff27
|
avoid possible nil
fix https://github.com/chrislusf/seaweedfs/issues/1928
The nil was because of `dn.Parent().UnlinkChildNode(dn.Id())` in topo.UnRegisterDataNode() function, when the dn leaves the cluster.
|
4 years ago |
Chris Lu
|
f315eb2bb8
|
fix build error
|
4 years ago |
Chris Lu
|
1dd5bc134c
|
2.35
|
4 years ago |
Chris Lu
|
b465095db1
|
shell: add volume.check.disk to fix inconsistency for replicated volumes
fix https://github.com/chrislusf/seaweedfs/issues/1923
|
4 years ago |
Chris Lu
|
df461402cc
|
ensure entry attribute is not nill
fix https://github.com/chrislusf/seaweedfs/issues/1926
|
4 years ago |
Chris Lu
|
102a951377
|
refactor, split into 2 files
|
4 years ago |
Chris Lu
|
f6e2566ee5
|
better logs for cookie mismatch
|
4 years ago |
Chris Lu
|
27e24162f2
|
minor
|
4 years ago |
Chris Lu
|
41cc6e661b
|
fs.mv ensures there are 2 arguments
|
4 years ago |
Chris Lu
|
b2c1c209a5
|
refactor
|
4 years ago |
Chris Lu
|
e9b1853d63
|
go fmt
|
4 years ago |
Chris Lu
|
b1a86cf808
|
s3: copy object to itself
fix https://github.com/chrislusf/seaweedfs/issues/1922
|
4 years ago |
Konstantin Lebedev
|
bf94149920
|
add line
|
4 years ago |
Konstantin Lebedev
|
c5705e7a35
|
dir + slash key does not exist
https://github.com/chrislusf/seaweedfs/issues/1917
|
4 years ago |
Chris Lu
|
9672f9e1b2
|
2.34
|
4 years ago |
Chris Lu
|
69694a17be
|
reverting 7d57664c2d
|
4 years ago |
Chris Lu
|
c00dd5e62e
|
report error if entry not found
|
4 years ago |
Konstantin Lebedev
|
06da02739d
|
CheckAllChunkViews() for HEAD requests only
|
4 years ago |
Chris Lu
|
91a3ac9731
|
2.33
|
4 years ago |
Chris Lu
|
4b1ed227d1
|
revert fasthttp changes
related to https://github.com/chrislusf/seaweedfs/issues/1907
|
4 years ago |
Chris Lu
|
22a07a12d2
|
[mount] [regression] `filer.path` option results in empty mount in 2.32
fix https://github.com/chrislusf/seaweedfs/issues/1906
|
4 years ago |
wuh-fnst
|
050a7f9599
|
s3: count correction for the number of files in the dir
|
4 years ago |
Konstantin Lebedev
|
3a3699867b
|
Status PartialContent for Content-Range response
|
4 years ago |
Konstantin Lebedev
|
90510e3137
|
If WriteHeader is not called explicitly, the first call to Write
will trigger an implicit WriteHeader(http.StatusOK).
WriteHeader: Only one header may be written. Go does not currently!
|
4 years ago |
Konstantin Lebedev
|
46b9f5cff4
|
add debug logging
|
4 years ago |
Konstantin Lebedev
|
7194a5e7bf
|
avoid http error: superfluous response.WriteHeader
https://github.com/chrislusf/seaweedfs/issues/1838
|
4 years ago |
Chris Lu
|
9f00f95bfb
|
2.32
|
4 years ago |
Chris Lu
|
a4cfffc264
|
shell: fix moving volume, volume server evacuate
fix https://github.com/chrislusf/seaweedfs/issues/1534
|
4 years ago |
Chris Lu
|
ca100568f7
|
fix parsing
|
4 years ago |
Chris Lu
|
352ba23f83
|
revert previous change
revert 29e62aba00
|
4 years ago |
Chris Lu
|
29e62aba00
|
possible fix for volume balance
address https://github.com/chrislusf/seaweedfs/issues/1534
|
4 years ago |
Chris Lu
|
35d939a1d2
|
go fmt
|
4 years ago |