Skip to content

Commit

Permalink
readd session token to s3 credentials
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Jansen <[email protected]>
  • Loading branch information
farodin91 committed Nov 15, 2023
1 parent 348508b commit b3e63d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tempodb/backend/s3/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ func fetchCreds(cfg *Config) (*credentials.Credentials, error) {
Value: credentials.Value{
AccessKeyID: cfg.AccessKey,
SecretAccessKey: cfg.SecretKey.String(),
SessionToken: cfg.SessionToken.String(),
},
}),
wrapCredentialsProvider(&credentials.EnvAWS{}),
Expand Down

0 comments on commit b3e63d9

Please sign in to comment.