durch / rust-s3

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

Add status code checks for `list_page`, `list_multiparts_uploads_page` and `location` for `Bucket` #313

Closed drewkett closed 1 year ago

drewkett commented 1 year ago

These three functions do not check the status code before trying to deserialize the response.

durch commented 1 year ago

@drewkett I think this one is solved as part of the quick_xml migration, closing for now, please reopen if you feel this is still needed