353 B
353 B
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
'alifecycle
- Do not use
- v0.2.0
- Use
async/awaitbyreqwest v0.10.0
- Use