Skip to content

Commit 896d7e8

Browse files
committed
Bump to 0.15
1 parent 7aefc0b commit 896d7e8

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-s3"
3-
version = "0.14.0-beta.2"
3+
version = "0.15.0"
44
authors = ["Drazen Urch", "Nick Stevens"]
55
description = "Tiny Rust library for working with Amazon S3."
66
repository = "https://github.com/durch/rust-s3"

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,13 @@ it is configured for one week which is the maximum Amazon allows ATM.
3030

3131
```
3232
[dependencies]
33-
rust-s3 = "0.13.0"
33+
rust-s3 = "0.15.0"
3434
```
3535

3636
#### Disable SSL verification for endpoints
3737
```
3838
[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"]}
4640
```
4741

4842
#### Example

0 commit comments

Comments
 (0)