We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfa020 commit 8c5ac2fCopy full SHA for 8c5ac2f
core/pkg/sync/blob/blob_sync.go
@@ -88,7 +88,7 @@ func (hs *Sync) sync(ctx context.Context, dataSync chan<- sync.DataSync, skipChe
88
if err != nil {
89
return fmt.Errorf("couldn't get object attributes: %v", err)
90
}
91
- if hs.lastUpdated == updated {
+ if hs.lastUpdated.Equal(updated) {
92
hs.Logger.Debug("configuration hasn't changed, skipping fetching full object")
93
return nil
94
0 commit comments