Skip to content

Commit

Permalink
adding updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdiooa committed Feb 15, 2024
1 parent 47c30e0 commit 987c5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/zeroward/objects/objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func ListObjects(awsRegion string, accessKeyId string, accessKeySecret string, b
log.Fatal(err)
}

header := []string{"Object", "Size (Bytes)", "Last Modified"}
header := []string{"Object", "Size", "Last Modified"}
var rows [][]string

for _, object := range result.Contents {
Expand Down

0 comments on commit 987c5c8

Please sign in to comment.