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 6cfad62 commit c4fd8b7Copy full SHA for c4fd8b7
plugin/ddbds.go
@@ -77,7 +77,7 @@ func (c *DDBConfig) Create(path string) (repo.Datastore, error) {
77
}
78
79
if c.AccessKey != "" && c.SecretKey != "" {
80
- awsConfig.Credentials = credentials.NewStaticCredentials(c.AccessKey, c.SecretKey)
+ awsConfig.Credentials = credentials.NewStaticCredentials(c.AccessKey, c.SecretKey, "")
81
82
83
sess, err := session.NewSession(awsConfig)
0 commit comments