cloud-storage

command module
v0.0.0-...-cbc6a02 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2021 License: MIT Imports: 2 Imported by: 0

README

cloud-storage

File store server.

分块上传与断点续传

  • 分块上传:将文件分成多块,独立传输,上传完成后再合并
  • 断点续传:传输暂停或异常中断后,可基于原有进度重传
说明
  • 小文件不建议分块上传
  • 可并行分块上传,且可以无序传输
  • 分块上传可极大提高传输效率(设置合理的并行数量)
  • 减少传输失败后重试的流量和时间

分块上传

redis

docker run -itd --name redis-dev -p 6379:6379 redis

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
db
test

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL