func NewAWSSigner()

in plugin/plugin.go [36:38]


func NewAWSSigner(s client.Interface) *AWSSignerPlugin {
	return &AWSSignerPlugin{awssigner: s}
}