durch / rust-s3

Rust library for interfacing with S3 API compatible services
MIT License
527 stars 202 forks source link

Add bytes_mut and into_bytes for ResponseData #397

Closed kristianhasselknippe closed 2 months ago

kristianhasselknippe commented 3 months ago

I needed these functions to avoid unnecessary copy so hopefully adding them is ok.

durch commented 2 months ago

@kristianhasselknippe thank you