Skip to content

Commit

Permalink
Bugfix: Fixing SQS Plugin Query When SSE is Disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdfuller committed Apr 12, 2018
1 parent e19ca30 commit 5a5accb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions collectors/sqs/getQueueAttributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ module.exports = function(AWSConfig, collection, callback) {
var params = {
QueueUrl: queue,
AttributeNames: [
'Policy',
'QueueArn',
'KmsMasterKeyId'
'All'
]
};

Expand Down

0 comments on commit 5a5accb

Please sign in to comment.