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 4f17e88 commit 6cfad62Copy full SHA for 6cfad62
plugin/ddbds.go
@@ -67,7 +67,7 @@ func (c *DDBConfig) DiskSpec() fsrepo.DiskSpec {
67
"table": c.Table,
68
"accessKey": c.AccessKey,
69
"secretKey": c.SecretKey,
70
- "region": c.Region
+ "region": c.Region,
71
}
72
73
0 commit comments