java - Authorization header in aws requires signed parameter -


i have aws request call , following error while setting queue. com.amazonaws.services.sqs.model.amazonsqsexception: authorization header requir es 'signature' parameter. authorization header requires 'signedheaders' parameter/ mean? how set sign through java code ?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -