s3sync
s3sync copied to clipboard
Possibility to check if any files was actually changed
Objective
It would be great if we can check after syncManager.Sync() call is actually any files was changed.
Deliverables
- [ ] Ability to check if any file was changed during sync.
Approach (optional)
That could be for example 'syncManager.IsChanged()' or something like that.