durch / rust-s3

Rust library for interfacing with S3 API compatible services
MIT License
498 stars 195 forks source link

Fix fail-on-err description #371

Closed randomairborne closed 1 week ago

randomairborne commented 6 months ago

According to github search, fail-on-error does not actually add any panic! code-paths, just ones which return errors.

durch commented 1 week ago

@randomairborne nice one, thank you!