durch / rust-s3

Rust library for interfacing with S3 API compatible services
MIT License
519 stars 198 forks source link

Unexpected `println!` #344

Closed zaninime closed 11 months ago

zaninime commented 1 year ago

I used the streaming PUT feature and found my logs full of this line: https://github.com/durch/rust-s3/blob/7fdb685d71385152198f906068f15faaabd28592/s3/src/request/request_trait.rs#LL164C23-L164C23

Is there any reason behind it, or can it be removed? I'll follow-up with a PR. Thanks in advance :)