Open
Description
When I make a call to retrieve an Azure blob I get : "Specified argument was out of the range of valid values. (Parameter 'hex')
at Amazon.Util.AWSSDKUtils.HexStringToBytes(String hex)"
Upon investigation I traced it to the amazons3client checking for an Etag that should have an even number of hex digits.
Help???