Skip to content

Commit

Permalink
remove s3 from guacone until further testing is done on the collector (
Browse files Browse the repository at this point in the history
…#1645)

Signed-off-by: pxp928 <[email protected]>
  • Loading branch information
pxp928 authored Jan 17, 2024
1 parent ca7b6ba commit f99d581
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/guacone/cmd/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,6 @@ func init() {
os.Exit(1)
}

collectCmd.AddCommand(s3Cmd)
// TODO (pxp928): S3 command is removed from guacone until further testing and re-review is done for the S3 collector
//collectCmd.AddCommand(s3Cmd)
}

0 comments on commit f99d581

Please sign in to comment.