Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pkg/storage/bucket/named_stores.go
Co-authored-by: Joao Marcal <jmarcal@redhat.com>
  • Loading branch information
ashwanthgoli and JoaoBraveCoding authored Nov 15, 2024
commit d94a0b0c888c895bb65ee59531a22152704c3530
2 changes: 1 addition & 1 deletion pkg/storage/bucket/named_stores.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (ns *NamedStores) OverrideConfig(storeCfg *Config, namedStore string) error
case GCS:
nsCfg, ok := ns.GCS[namedStore]
if !ok {
return fmt.Errorf("Unrecognized named s3 storage config %s", namedStore)
return fmt.Errorf("Unrecognized named gcs storage config %s", namedStore)
}

storeCfg.GCS = (gcs.Config)(nsCfg)
Expand Down
Loading