Update in to the object with the modTime given of the given size When called from outside an Fs by rclone, src.Size() will always be >= 0. But for unknown-sized objects (indicated by src.Size() == -1), Upload should either return an error or update the object properly (rather than e.g. calling pani
(ctx context.Context, in io.Reader, src ObjectInfo, options ...OpenOption)
| 95 | // But for unknown-sized objects (indicated by src.Size() == -1), Upload should either |
| 96 | // return an error or update the object properly (rather than e.g. calling panic). |
| 97 | Update(ctx context.Context, in io.Reader, src ObjectInfo, options ...OpenOption) error |
| 98 | |
| 99 | // Removes this object |
| 100 | Remove(ctx context.Context) error |
no outgoing calls