Nugine / s3s

S3 Service Adapter
Apache License 2.0
132 stars 33 forks source link

Making fs Checksum Utils Available Outside the s3s-fs Crate #148

Closed Eosis closed 4 months ago

Eosis commented 4 months ago

Thanks for making a super useful crate!

I'm in the process of making my own S3 backend and wanted to use implement the checksum functionality as you have done for the s3s-fs crate here, but realised that these checksum utils are not public. They are very simple but it would be nice to not to need to repeat them.

Would you be happy with these being made public through the s3s top-level library? Alternatively I suppose that functionality could be added directly to the S3 trait, though I am not sure how to go about that quite yet.