Skip to content

Commit 390d5a4

Browse files
Fix fail-on-err description (#371)
1 parent 112141d commit 390d5a4

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)