This commit is contained in:
2020-05-30 19:38:47 +08:00
parent d102a95f1d
commit 787ca083d9
3 changed files with 22 additions and 35 deletions

View File

@@ -11,6 +11,8 @@ oss_cleint.put_file_content("<bucket>", "helloworld.txt", "hello world!").await?
#### Changelog
* v0.3.0
* Do not use `'a` lifecycle
* v0.2.0
* Use `async/await` by `reqwest v0.10.0`