Kami commented on issue #1401: Uploading to s3 encrypted with a custom KMS key 
fails
URL: https://github.com/apache/libcloud/issues/1401#issuecomment-572873471
 
 
   I was able to reproduce this issue using ``upload_object``, but not 
``upload_object_via_stream`` method.
   
   This makes sense since the upload_object_via_stream utilizes multi part 
upload which returns ETag which doesn't contain MD5 digest.
   
   For now the easiest workaround would be to simply pass ``verify_hash=False`` 
argument to the ``upload_object`` method.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to