oss

Crates.iooss
lib.rsoss
version0.3.0
sourcesrc
created_at2019-12-28 02:14:28.039799
updated_at2020-05-30 11:40:36.552418
descriptionSimple Alibaba Cloud OSS Client in Rust
homepage
repositoryhttps://git.hatter.ink/hatter/simple-oss
max_upload_size
id192849
size11,240
Hatter Jiang (jht5945)

documentation

README

simple-oss

Simple Alibaba Cloud OSS Client in Rust

let oss_client = OSSClient::new("<endpoint>", "<access_key_id>", "<access_key_secret>");
oss_cleint.put_file_content("<bucket>", "helloworld.txt", "hello world!").await?;

Changelog

  • v0.3.0
    • Do not use 'a lifecycle
  • v0.2.0
    • Use async/await by reqwest v0.10.0
Commit count: 0

cargo fmt