Skip to content

Commit 4c171d4

Browse files
committed
Merge branch 'master' of https://github.com/durch/rust-s3
2 parents 5c8b1fe + 390d5a4 commit 4c171d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ There are a lot of various features that enable a wide variety of use cases, ref
5151

5252
+ `default` - `tokio` runtime and a `native-tls` implementation
5353
+ `blocking` - generates `*_blocking` variant of all `Bucket` methods, otherwise only `async` versions are available
54-
+ `fail-on-err` - `panic` on any error
54+
+ `fail-on-err` - return Result::Err for HTTP errors
5555
+ `no-verify-ssl` - disable SSL verification for endpoints, useful for custom regions
5656
+ `never-encode-slash` - never encode slashes in paths
5757

0 commit comments

Comments
 (0)