[S3] Support the new way to pass checksum #539
-
Hi! From the AWS blog post I learned that there is a new, better mechanism for supplying and validating a checksum of an object stored in s3. There is an example from python sdk, so the main question is it supported in rust sdk? I didn't find it in the docs and from eyeballing the source code I see that it is not supported. Is there a plan for adding support for that or I've just missed the way how to do that with the existing features? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @LizardWizzard. I'm working on implementing this right now as we can't update our S3 models until we implement this feature. I don't yet have an estimate of when the work will be complete. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hey @LizardWizzard. I'm working on implementing this right now as we can't update our S3 models until we implement this feature. I don't yet have an estimate of when the work will be complete.