Open crazygoodcode opened 7 years ago
Directory upload was released to the nuget packages already.
_mediaRepository.OnDirectoryStash += (n) => { Console.WriteLine($"Total Megs: {n.TotalMegabytes.ToString("f2")} Processed: {n.ProcessedMegabytes.ToString("f2")}"); }; _mediaRepository.StashDirectoryAsync($"{_dirpath}", true).Wait();
After talking to some users we compile a list of items they would like to be able to do.
[x] Simplified repo by allowing the put/get/sync of entire folders. (This moves away from the media support we originally had, but it makes sense to have this feature and flexibility).
[ ] Generate index file with file key hashes for easier syncs (we will provide a default implementation, but leave it open for things like lucene)