{ "Version":"2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "logs:*", "Resource":"arn:aws:logs:*:*:*" }, { "Effect": "Allow", "Action": [ "s3:GetObject", "s3:PutObject" ], "Resource": "arn:aws:s3:::*" } ] }