b58af4400d2122a93ec3497a1254d252c8244fb6
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
Languages
Rust
100%