Skip to content

Commit

Permalink
Fix fail-on-err description (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne authored Jun 14, 2024
1 parent 112141d commit 390d5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ There are a lot of various features that enable a wide variety of use cases, ref

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

Expand Down

0 comments on commit 390d5a4

Please sign in to comment.