8 releases

0.3.3 Aug 31, 2024
0.3.2 Aug 24, 2024
0.3.0 May 30, 2020
0.2.0 Jan 8, 2020
0.1.0 Dec 28, 2019

#5 in #alibaba

23 downloads per month

MIT license

12KB
165 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

~9–20MB
~266K SLoC