fix: minor space

This commit is contained in:
Lakhan Samani 2022-11-02 08:48:56 +05:30
parent 13edf1965c
commit b224892a39

View File

@ -26,7 +26,6 @@ func NewProvider() (*provider, error) {
config := aws.Config{
MaxRetries: aws.Int(3),
CredentialsChainVerboseErrors: aws.Bool(true), // for full error logs
}
if awsRegion != "" {