Skip to content

Commit c4fd8b7

Browse files
committed
quick fix
1 parent 6cfad62 commit c4fd8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/ddbds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func (c *DDBConfig) Create(path string) (repo.Datastore, error) {
7777
}
7878

7979
if c.AccessKey != "" && c.SecretKey != "" {
80-
awsConfig.Credentials = credentials.NewStaticCredentials(c.AccessKey, c.SecretKey)
80+
awsConfig.Credentials = credentials.NewStaticCredentials(c.AccessKey, c.SecretKey, "")
8181
}
8282

8383
sess, err := session.NewSession(awsConfig)

0 commit comments

Comments
 (0)