nccgroup / Scout2

Security auditing tool for AWS environments
http://nccgroup.github.io/Scout2/
GNU General Public License v2.0
1.73k stars 300 forks source link

S3 buckets not reporting #278

Closed cjbischoff closed 6 years ago

cjbischoff commented 6 years ago
Fetching S3 config...
             buckets
'dict_keys' object does not support indexing
'dict_keys' object does not support indexing
                 0/2

When I do in fact have 2x S3 buckets

aws s3api list-buckets --query "Buckets[].Name"
[
    "com.devnull.security.logs.eng.uw2",
    "com.devnull.security.terraform.uw2"
]
x4v13r64 commented 6 years ago

Are you running the latest branch/release? This seems to be a duplicate of https://github.com/nccgroup/Scout2/issues/246

cjbischoff commented 6 years ago

I am running 3.2.0 - not the latest branch/release. I will update - seems to be the same issue - thank you