Skip to content

Commit 03a1a7d

Browse files
committedFeb 3, 2016
Fix key in credentials output
1 parent ce4e95f commit 03a1a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ type metadataCredentials struct {
6464
Code string
6565
LastUpdated time.Time
6666
Type string
67-
AccessKeyID string
67+
AccessKeyID string `json:"AccessKeyId"`
6868
SecretAccessKey string
6969
Token string
7070
Expiration time.Time

0 commit comments

Comments
 (0)
Please sign in to comment.