You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.Printf("Discovered bucket region as %q\n", bucketRegion)
78
78
awsConfig.Region=bucketRegion
79
79
} else {
80
-
log.Printf("Could not discover bucket region for %q. Using the %q region as a fallback, configure a bucket region using the %q environment variable. (%v)\n", bucket, awsConfig.Region, env.EnvRegion, err)
80
+
log.Printf("Could not discover region for bucket %q. Using the %q region as a fallback, if this is not correct configure a bucket region using the %q environment variable. (%v)\n", bucket, awsConfig.Region, env.EnvRegion, err)
0 commit comments