| Crates.io | oss |
| lib.rs | oss |
| version | 0.3.3 |
| created_at | 2019-12-28 02:14:28.039799+00 |
| updated_at | 2024-08-31 12:22:43.643693+00 |
| description | Simple Alibaba Cloud OSS Client in Rust |
| homepage | |
| repository | https://git.hatter.ink/hatter/simple-oss |
| max_upload_size | |
| id | 192849 |
| size | 13,055 |
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?;
'a lifecycleasync/await by reqwest v0.10.0