#cloud #client #alibaba

oss

Simple Alibaba Cloud OSS Client in Rust

5 unstable releases

0.3.0 May 30, 2020
0.2.0 Jan 8, 2020
0.1.2 Jan 5, 2020
0.1.1 Jan 5, 2020
0.1.0 Dec 28, 2019

#5 in #alibaba

Download history 15/week @ 2024-02-16 18/week @ 2024-02-23 7/week @ 2024-03-01 16/week @ 2024-03-08 11/week @ 2024-03-15

54 downloads per month

MIT license

10KB
147 lines

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

Dependencies

~7–11MB
~224K SLoC