Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 47a4701

Browse files
author
Tianyi Wang
committed
Modify and Merge comment format
1 parent 98515f3 commit 47a4701

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

aws/credentials/endpointcreds/provider.go

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@
77
//
88
// Static credentials will never expire once they have been retrieved. The format
99
// of the static credentials response:
10-
// {
11-
// "AccessKeyId" : "MUA...",
12-
// "SecretAccessKey" : "/7PC5om....",
13-
// }
10+
// {
11+
// "AccessKeyId" : "MUA...",
12+
// "SecretAccessKey" : "/7PC5om....",
13+
// }
1414
//
1515
// Refreshable credentials will expire within the "ExpiryWindow" of the Expiration
1616
// value in the response. The format of the refreshable credentials response:
17-
// {
18-
// "AccessKeyId" : "MUA...",
19-
// "SecretAccessKey" : "/7PC5om....",
20-
// "Token" : "AQoDY....=",
21-
// "Expiration" : "2016-02-25T06:03:31Z"
22-
// }
17+
// {
18+
// "AccessKeyId" : "MUA...",
19+
// "SecretAccessKey" : "/7PC5om....",
20+
// "Token" : "AQoDY....=",
21+
// "Expiration" : "2016-02-25T06:03:31Z"
22+
// }
2323
//
2424
// Errors should be returned in the following format and only returned with 400
2525
// or 500 HTTP status codes.
26-
// {
27-
// "code": "ErrorCode",
28-
// "message": "Helpful error message."
29-
// }
26+
// {
27+
// "code": "ErrorCode",
28+
// "message": "Helpful error message."
29+
// }
3030
package endpointcreds
3131

3232
import (

0 commit comments

Comments
 (0)