Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Standardize watcher Download() interface
Fixes #868 - Update existing watcher Download() method and interface signatures to take a destination filepath (string) instead of an io.Writer stream - Add a `filewatcher.Download()` method - Create a `minio.Download()` method and move implementation specific code from `serviceImpl.Download()` to it - Update mocks
- Loading branch information