Skip to content

Commit

Permalink
Remove test token
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgburg committed Jan 2, 2024
1 parent 6b439e7 commit 9941a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/storage-advisor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ func uploadInventory(cfg aws.Config) {
uploadInventoryForBucket(cfg, "joom-analytics-logs", "s3-inventory/joom-analytics-ads/default")
}

var authJwtToken = flag.String("jwt", "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwcm9qZWN0LWlkIjoxLCJpYXQiOjE2OTg3NzA4MTMsImp0aSI6IjEifQ.gZw8-A1P6VH3amvVxpx7Crg-XEhXNfMdf225TxtcjJ0", "JWT authJwtToken from cloud")
var authJwtToken = flag.String("jwt", "", "JWT authJwtToken from cloud")

func main() {
flag.Parse()
Expand Down

0 comments on commit 9941a20

Please sign in to comment.