PutStream uploads to the remote path with the modTime given of indeterminate size
(ctx context.Context, in io.Reader, src fs.ObjectInfo, options ...fs.OpenOption)
| 573 | |
| 574 | // PutStream uploads to the remote path with the modTime given of indeterminate size |
| 575 | func (f *Fs) PutStream(ctx context.Context, in io.Reader, src fs.ObjectInfo, options ...fs.OpenOption) (fs.Object, error) { |
| 576 | return f.put(ctx, in, src, options, f.Fs.Features().PutStream) |
| 577 | } |
| 578 | |
| 579 | // Hashes returns the supported hash sets. |
| 580 | func (f *Fs) Hashes() hash.Set { |