1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-01 22:56:38 +02:00
seaweedfs/weed
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.
2020-06-24 11:39:12 -07:00
..
command volume: add default minFreeSpacePercent 2020-06-21 08:44:06 -07:00
filer2 rename filechunk is_gzipped to is_compressed 2020-06-20 08:15:49 -07:00
filesys FUSE mount: lazy loading meta cache 2020-06-19 09:45:42 -07:00
glog
images remove fixJpgOrientation 2020-06-20 12:50:40 -07:00
messaging go fmt 2020-06-05 15:27:10 -07:00
notification remove ctx if possible 2020-02-25 22:23:59 -08:00
operation testing parsing the upload 2020-06-24 11:39:12 -07:00
pb remove fixJpgOrientation 2020-06-20 12:50:40 -07:00
query go fmt 2019-10-09 00:03:18 -07:00
replication rename filechunk is_gzipped to is_compressed 2020-06-20 08:15:49 -07:00
s3api S3: DeleteObject API also support deleting a folder recursively 2020-06-22 10:01:00 -07:00
security simplify func(w http.ResponseWriter, r *http.Request) to http.HandlerFunc 2020-05-25 21:00:12 +08:00
sequence delete the var etcdClient and comments 2019-11-05 15:45:25 +08:00
server prepare for zstd 2020-06-23 09:12:02 -07:00
shell erasure coding: fix cases where there are no .ecj files 2020-06-18 09:52:35 -07:00
static
statik
stats less noisy disk size checking 2020-06-19 15:06:33 -07:00
storage testing parsing the upload 2020-06-24 11:39:12 -07:00
topology renaming 2020-06-19 22:45:27 -07:00
util prepare for zstd 2020-06-23 09:12:02 -07:00
wdclient remove fixJpgOrientation 2020-06-20 12:50:40 -07:00
weed.go