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)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |