ixixi / fluent-plugin-sqs

Store fluent-event as queue message to Amazon SQS.
35 stars 53 forks source link

error_class=Aws::SQS::Errors::SignatureDoesNotMatch error="Credential should be scoped to a valid region, not 'sqs'. " #50

Open govindcnd opened 5 years ago

govindcnd commented 5 years ago

when we use private vpc end poinds on sqs url it throws the signature error with region .

error_class=Aws::SQS::Errors::SignatureDoesNotMatch error="Credential should be scoped to a valid region, not 'sqs'. "

Note: mean while simple aws cli to post the message to queue works fine. posting with sqs public url also works fine. td-agent 1.2.2 Is ther any lock to use private dns within this plugin ?