cloud.google.com/go/storage.ObjectHandle.object (field)
19 uses
cloud.google.com/go/storage (current package)
bucket.go#L142: object: name,
copy.go#L109: call := c.dst.c.raw.Objects.Rewrite(c.src.bucket, c.src.object, c.dst.bucket, c.dst.object, rawObj)
copy.go#L207: return nil, fmt.Errorf("storage: compose source %s.%s must not have encryption key", src.bucket, src.object)
copy.go#L210: Name: src.object,
copy.go#L218: call := c.dst.c.raw.Objects.Compose(c.dst.bucket, c.dst.object, req).Context(ctx)
reader.go#L112: Path: fmt.Sprintf("/%s/%s", o.bucket, o.object),
storage.go#L738: object string
storage.go#L796: call := o.c.raw.Objects.Get(o.bucket, o.object).Projection("full").Context(ctx)
storage.go#L889: call := o.c.raw.Objects.Patch(o.bucket, o.object, rawObj).Projection("full").Context(ctx)
storage.go#L921: return o.object
storage.go#L956: call := o.c.raw.Objects.Delete(o.bucket, o.object).Context(ctx)
storage.go#L1004: ObjectAttrs: ObjectAttrs{Name: o.object},
storage.go#L1013: if o.object == "" {
storage.go#L1016: if !utf8.ValidString(o.object) {
storage.go#L1017: return fmt.Errorf("storage: object name %q is not valid UTF-8", o.object)
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#L135: Name(w.o.object)
 |
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. |