Skip to content

Commit

Permalink
chore: remove s3 option
Browse files Browse the repository at this point in the history
  • Loading branch information
miltlima committed Aug 17, 2023
1 parent 54f67d1 commit 393e8e2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 80 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ go build -o lookr cmd/lookr/main.go
The `lookr` CLI provides the following commands to query information about various AWS services:

- `ec2`: Query information about EC2 instances.
- `s3`: Query information about Amazon S3 buckets.
- `rds`: Query information about RDS databases.
- `sqs`: Query information about Amazon SQS queues.
- `lambda`: Query information about AWS Lambda functions.
Expand Down
78 changes: 0 additions & 78 deletions cmd/aws_s3.go

This file was deleted.

1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func main() {
cmd.LambdaCmd,
cmd.RdsCmd,
cmd.Route53Cmd,
cmd.S3Cmd,
cmd.SqsCmd,
)
if err := rootCmd.Execute(); err != nil {
Expand Down

0 comments on commit 393e8e2

Please sign in to comment.