gce: log bucket-policy-only message at a level that always appears

It's a pretty important message when permissions aren't set correctly;
let's re-enable it and then figure out more accurate conditions for
if it matters.
This commit is contained in:
Justin SB 2020-06-04 23:08:20 -04:00
parent 6d6db96aef
commit e472ed7271
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func (s *gcsAclStrategy) GetACL(p vfs.Path, cluster *kops.Cluster) (vfs.ACL, err
}
if bucketPolicyOnly {
klog.V(2).Infof("bucket gs://%s has bucket-policy only; won't try to set ACLs", bucketName)
klog.Infof("bucket gs://%s has bucket-policy only; won't try to set ACLs", bucketName)
return nil, nil
}