Chris Lu
e8e0d629af
ensure correct file mode
5 years ago
Chris Lu
32a1f22730
more logs
5 years ago
Chris Lu
5be12eea37
zstd fix
5 years ago
Chris Lu
2ff37ccdbd
testing parsing the upload
The mime type is always the value passed in.
Compress or not depends on the content detection, file name extension, and compression ratio.
If the content is already compressed, need to know the content size.
5 years ago
Chris Lu
c21f4ebfee
Merge pull request #1371 from Kimbsen/content_md5_validation
Optional md5 validation of uploads
5 years ago
Kimbsen
4eeab2a379
remove unused imports
5 years ago
Kimbsen
ffddecebef
do md5 validation AFTER decompression
5 years ago
Chris Lu
fe60db404a
prepare for zstd
5 years ago
Kimbsen
6b1e93ba0b
check request header not part header for content-encoding
5 years ago
Kimbsen
38626cb584
don't forget the last few bytes
5 years ago
Kimbsen
8d1f6cd567
added optional md5 verification of uploaded data
5 years ago
Chris Lu
a4e3cffe0a
S3: DeleteObject API also support deleting a folder recursively
5 years ago
Chris Lu
a73fd7682a
grpc upgrading
5 years ago
Chris Lu
98493e0152
volume: add default minFreeSpacePercent
fix https://github.com/chrislusf/seaweedfs/issues/1366
5 years ago
Chris Lu
e7c36f740a
refactoring
5 years ago
Chris Lu
8b4a32e782
adjust help message
5 years ago
Chris Lu
b4ec04d464
fix the help message
5 years ago
Chris Lu
de5ca9b258
remove fixJpgOrientation
5 years ago
Chris Lu
3080c197e3
rename UnCompressData to DecompressData
5 years ago
Chris Lu
97239ce6f1
rename filechunk is_gzipped to is_compressed
5 years ago
Chris Lu
a735fd767c
adjust uncompress data
5 years ago
Chris Lu
ca3516ac6d
adjust protoc
5 years ago
Chris Lu
e912fd15e3
renaming
5 years ago
Chris Lu
16fe132a20
detect mime type before replicating to other volume servers
5 years ago
Chris Lu
044841c885
master: always clear previous master meta data directory
5 years ago
Chris Lu
2eeb7551f9
less noisy disk size checking
5 years ago
Chris Lu
2fcd7a4c9f
clean up
5 years ago
Chris Lu
c48b407053
1.82
5 years ago
Chris Lu
b78a2dc59b
adjust help message
5 years ago
Chris Lu
f7a45d448f
FUSE mount: lazy loading meta cache
5 years ago
Chris Lu
c0283eee1a
more test cases
5 years ago
Chris Lu
55b6efb755
fix checking visited nodes
5 years ago
Chris Lu
0e7c1a300b
Merge pull request #1363 from DXist/fix_utc
Return last modified in UTC
5 years ago
Rinat Shigapov
320d70d305
return last modified in UTC
5 years ago
Chris Lu
546709c1de
check has visited by the boundary
5 years ago
Chris Lu
0e3b970c0c
added bounded tree to track exploration boundary
5 years ago
Chris Lu
ae1994cbc1
erasure coding: fix cases where there are no .ecj files
5 years ago
Chris Lu
ce79ec0bd4
HCFS: 1.2.9 fix concurrent modification
5 years ago
Chris Lu
222f93e816
possibly fix concurrent access to entry object in SeaweedOutputStream
5 years ago
Chris Lu
b74eced7a3
mount: a fix to prevent possible repeated calls
related to https://github.com/bazil/fuse/issues/130
5 years ago
Chris Lu
a80bf29d4f
Merge pull request #1360 from ingardm/master
modified see_dat to analyze needle compression
5 years ago
ingardm
f711e8dde4
Rename see_dat_gzip to see_dat_gzip.go
5 years ago
ingardm
b7afa9fd57
Create see_dat_gzip
5 years ago
Chris Lu
0ca4a6c4e6
Update README.md
5 years ago
Chris Lu
7ccc31853c
hard limit volume file size
5 years ago
Chris Lu
48880edc2c
volume: fix typo in minFreeSpacePercent option
5 years ago
Chris Lu
a0464fc267
fix help
fix https://github.com/chrislusf/seaweedfs/issues/1359
5 years ago
Chris Lu
0d1d83a5a5
mount: add option to auto create dir to mount
5 years ago
Chris Lu
00f96d86a1
fix typo
5 years ago
Chris Lu
63a1db64c5
Merge pull request #1358 from DXist/s3fixes
Return NotSuchKey error code for bucket S3 DeleteObject method
5 years ago