Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon committed Jun 25, 2024
1 parent 57bb762 commit 6adae7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/bucket/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func isPauseRequired(bucket *v1alpha1.Bucket, providerNames []string, minReplica
// We should avoid pausing when versioning configurations exist on backends, but not all
// versioning configs are available.
if !bb.isVersioningConfigRemovedFromBackends(bucket.Name, providerNames, c) && !bb.isVersioningConfigAvailableOnBackends(bucket.Name, providerNames, c) {

return false
}

Expand Down

0 comments on commit 6adae7f

Please sign in to comment.