seqsense / s3sync

♻️ Golang utility for syncing between s3 and local, similar to `aws s3 sync`

Home Page:https://pkg.go.dev/github.com/seqsense/s3sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possibility to check if any files was actually changed

zunkree opened this issue · comments

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.