tyler

Results 6 comments of tyler

Same issue here. Is there a previous 3.x.x version that worked?

Ended up just reverting to hitting REST endpoint directly until this gets resolved.

Seems like this should be pretty doable. Started working on it for client side with AWS KMS, but ran into some issues with decrypting the envelope key. Will update once...

Got it working with KMS CMK key. Works with client side sdk for ruby and java. Used the following link as a starting point: http://stackoverflow.com/questions/29784535/how-to-decrypt-aws-ruby-client-side-encryption-in-python Same code as previous comment...

Hey Tedder, Here is the code I got working to decrypt Java KMS client side uploads. Its hacky but was enough to prove out the solution. I did the encryption...