cloud.google.com/go/storage.ObjectAttrs.Name (field)
8 uses
cloud.google.com/go/storage (current package)
storage.go#L1004: ObjectAttrs: ObjectAttrs{Name: o.object},
storage.go#L1052: Name: o.Name,
storage.go#L1075: Name string
storage.go#L1230: Name: o.Name,
writer.go#L93: if attrs.Name != w.o.object {
writer.go#L94: return fmt.Errorf("storage: Writer.Name %q does not match object name %q", attrs.Name, w.o.object)
writer.go#L96: if !utf8.ValidString(attrs.Name) {
writer.go#L97: return fmt.Errorf("storage: object name %q is not valid UTF-8", attrs.Name)
![]() |
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. |