Closed blakemorgan closed 4 years ago
The error indicates that the endpoint passed to the client does not have a protocol, i.e, "https" or "http".
Yes. I am not passing any endpoint to the client however, because I never needed to for any of my other calls using that client. That's why I suspect it's a bug in the SDK.
I see. I thought you were using a customized endpoint without a protocol and yes, it seems like a bug in the SDK.
When I try to use the
copySnapshot()
method with the EC2 client, I get a null pointer exception with the message that the "protocol must not be null"Expected Behavior
The EBS snapshot should be copied from one region to another.
Current Behavior
Currently, I get the following error:
Possible Solution
Include the protocol when the URL is getting signed
Steps to Reproduce (for bugs)
Context
I need to make a backup of an EBS snapshot from one region to another so I can have data recovery if needed.
Your Environment