AnBowell / s3-filesystem

An async Rust crate to treat S3 files as if they were local
3 stars 0 forks source link

More complete error handling #6

Closed AnBowell closed 10 months ago

AnBowell commented 10 months ago

Currently errors are bundled into std::io results. It would be nice to have a more comprehensive error type that covers io and s3!