Files
simple-oss/README.md
2020-01-05 12:57:36 +08:00

232 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!")?;