Skip to content

Commit

Permalink
Add session token to SecretAWS struct (#295)
Browse files Browse the repository at this point in the history
* Adds session token to SecretAws structure.
  • Loading branch information
Hakan Memisoglu authored Sep 17, 2019
1 parent 22afbde commit 7b5a740
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/objectstore/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ type SecretAws struct {
AccessKeyID string
// secret access key
SecretAccessKey string
// session token
SessionToken string
}

// SecretAzure Azure credentials
Expand Down

0 comments on commit 7b5a740

Please sign in to comment.