cloud.google.com/go/storage.BucketAttrsToUpdate.PredefinedACL (field)

4 uses

	cloud.google.com/go/storage (current package)
		bucket.go#L198: 	if uattrs.PredefinedACL != "" {
		bucket.go#L199: 		req.PredefinedAcl(uattrs.PredefinedACL)
		bucket.go#L669: 	PredefinedACL string
		bucket.go#L771: 	if ua.PredefinedACL != "" {