Skip to content

Commit

Permalink
Add pointer to README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Dec 19, 2024
1 parent c265a96 commit 224c389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storage/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -899,5 +899,6 @@ Qu80vNj7tiOe0lkdc8hwZK9YxavT0+FTP++vU6DUKvpEOr1+VGTk3IBXKSX9AHz5xXRgAQAA`
g, _ := base64.StdEncoding.DecodeString(d)
r, _ := gzip.NewReader(bytes.NewReader(g))
t, _ := io.ReadAll(r)
klog.Infof("Running in non-AWS mode: here be dragons!\n%s", t)
klog.Infof("Running in non-AWS mode - see storage/aws/README.md for more details.")
klog.Infof("Here be dragons!\n%s", t)
}

0 comments on commit 224c389

Please sign in to comment.