Skip to content

Commit

Permalink
sign off
Browse files Browse the repository at this point in the history
Signed-off-by: William Li <[email protected]>
  • Loading branch information
linan-0115 committed May 9, 2024
1 parent 64402e2 commit 208791c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velero-plugin-for-gcp/object_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (o *ObjectStore) Init(config map[string]string) error {
return errors.WithStack(err)
}

// if using a endpoint, we need to pass it when creating the client
// if using a endpoint, we need to pass it when creating the object store client
if endpoint, ok := config[endpointConfigKey]; ok {
clientOptions = append(clientOptions, option.WithEndpoint(endpoint))
}
Expand Down

0 comments on commit 208791c

Please sign in to comment.