2020-01-05 12:57:36 +08:00
2020-01-05 12:57:36 +08:00
2019-12-27 00:47:43 +08:00
2020-01-05 12:57:36 +08:00
2019-12-27 00:47:43 +08:00
2020-01-05 12:57:36 +08:00

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!")?;
Description
Simple Alibaba Cloud OSS Client in Rust
Readme 50 KiB
Languages
Rust 100%