diff --git a/pumps/timestream.go b/pumps/timestream.go index 3fb033599..6e862276b 100644 --- a/pumps/timestream.go +++ b/pumps/timestream.go @@ -44,8 +44,8 @@ const ( // @PumpConf Timestream type TimestreamPumpConf struct { - //The prefix for the environment variables that will be used to override the configuration. - //Defaults to `TYK_PMP_PUMPS_TIMESTREAM_META` + // The prefix for the environment variables that will be used to override the configuration. + // Defaults to `TYK_PMP_PUMPS_TIMESTREAM_META` EnvPrefix string `mapstructure:"meta_env_prefix"` //The aws region that contains the timestream database AWSRegion string `mapstructure:"aws_region"`