We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13edf19 commit b224892Copy full SHA for b224892
server/db/providers/dynamodb/provider.go
@@ -26,7 +26,6 @@ func NewProvider() (*provider, error) {
26
config := aws.Config{
27
MaxRetries: aws.Int(3),
28
CredentialsChainVerboseErrors: aws.Bool(true), // for full error logs
29
-
30
}
31
32
if awsRegion != "" {
0 commit comments