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 {