durch / rust-s3

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

removed debug print #349

Closed pfzetto closed 8 months ago

pfzetto commented 1 year ago

this library logged a "CompletedMultipartUpload: ..." message to console. As this was the only active print statement in the entire project I concluded that it shouldn't be there and removed it.

durch commented 8 months ago

Fixed in a previous PR