d102a95f1d6a5a26444aa0c30eff8e7284e6b249
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.2.0
- Use
async/awaitbyreqwest v0.10.0
- Use
Description
Languages
Rust
100%