cloud.google.com/go/storage.Copier.dst (field)
12 uses
cloud.google.com/go/storage (current package)
copy.go#L33: return &Copier{dst: dst, src: src}
copy.go#L72: dst, src *ObjectHandle
copy.go#L83: if err := c.dst.validate(); err != nil {
copy.go#L86: if c.DestinationKMSKeyName != "" && c.dst.encryptionKey != nil {
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#L121: if err := applyConds("Copy destination", c.dst.gen, c.dst.conds, call); err != nil {
copy.go#L124: if c.dst.userProject != "" {
copy.go#L125: call.UserProject(c.dst.userProject)
copy.go#L132: if err := setEncryptionHeaders(call.Header(), c.dst.encryptionKey, false); err != nil {
 |
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. |