qiniu-upload-util

Crates.ioqiniu-upload-util
lib.rsqiniu-upload-util
version
sourcesrc
created_at2024-08-04 06:58:50.467054
updated_at2024-10-05 10:59:14.838457
descriptionA CLI to upload file to qiniu Kodo
homepage
repositoryhttps://github.com/bujnlc8/qiniu-upload-util
max_upload_size
id1324762
Cargo.toml error:TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(bujnlc8)

documentation

README

Crates.io Build

七牛文件上传工具

基于https://github.com/bujnlc8/qiniu-uploader

  • 支持显示上传进度条

  • 支持上传目录

  • 支持输出下载链接二维码

下载

请根据你的操作系统下载相应的版本,可对比 md5 hash 值确定是否下载了最新的版本

解压后运行,在 Macos 中如果出现"qiniu-upload-util" is damaged and can't beopened.的提示,请尝试执行以下命令:

sudo spctl --master-disable

在 Arm 版的 Mac 上如果仍然打不开,可以尝试 x86 的版本

编译

cargo build --release --locked

如果不需要显示进度条

cargo build --release --locked --no-default-features

如果在使用过程中发现 bug,欢迎反馈 👏

Commit count: 10

cargo fmt