Skip to content

Commit

Permalink
fix(merge): merge
Browse files Browse the repository at this point in the history
  • Loading branch information
elee1766 committed Nov 6, 2023
1 parent acdd0f7 commit d9a41c9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/cli/server/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,12 +381,6 @@ func validateConfiguration(config *config.Config, log zlog.Logger) error {
return zerr.ErrBadConfig
}

// enforce filesystem storage in case sync feature is enabled
//if config.Extensions != nil && config.Extensions.Sync != nil {
// log.Error().Err(zerr.ErrBadConfig).Msg("sync supports only filesystem storage")

// return zerr.ErrBadConfig
//}
}

// enforce s3 driver on subpaths in case of using storage driver
Expand Down

0 comments on commit d9a41c9

Please sign in to comment.