Commit 896d7e8 1 parent 7aefc0b commit 896d7e8 Copy full SHA for 896d7e8
File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rust-s3"
3
- version = " 0.14.0-beta.2 "
3
+ version = " 0.15.0 "
4
4
authors = [" Drazen Urch" , " Nick Stevens" ]
5
5
description = " Tiny Rust library for working with Amazon S3."
6
6
repository = " https://github.com/durch/rust-s3"
Original file line number Diff line number Diff line change @@ -30,19 +30,13 @@ it is configured for one week which is the maximum Amazon allows ATM.
30
30
31
31
```
32
32
[dependencies]
33
- rust-s3 = "0.13 .0"
33
+ rust-s3 = "0.15 .0"
34
34
```
35
35
36
36
#### Disable SSL verification for endpoints
37
37
```
38
38
[dependencies]
39
- rust-s3 = {version = "0.13.0", features = ["no-verify-ssl"]}
40
- ```
41
-
42
- #### Beta version of streaming downloads via ` stream_object ` Bucket method
43
- ```
44
- [dependencies]
45
- rust-s3 = "0.14.0-beta.0"
39
+ rust-s3 = {version = "0.15.0", features = ["no-verify-ssl"]}
46
40
```
47
41
48
42
#### Example
You can’t perform that action at this time.
0 commit comments