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

7 uses

	cloud.google.com/go/storage (current package)
		copy.go#L118: 	if c.PredefinedACL != "" {
		copy.go#L119: 		call.DestinationPredefinedAcl(c.PredefinedACL)
		copy.go#L225: 	if c.PredefinedACL != "" {
		copy.go#L226: 		call.DestinationPredefinedAcl(c.PredefinedACL)
		storage.go#L1111: 	PredefinedACL string
		writer.go#L143: 		if attrs.PredefinedACL != "" {
		writer.go#L144: 			call.PredefinedAcl(attrs.PredefinedACL)