This repository was archived by the owner on Jul 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
aws/credentials/endpointcreds Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 7
7
//
8
8
// Static credentials will never expire once they have been retrieved. The format
9
9
// of the static credentials response:
10
- // {
11
- // "AccessKeyId" : "MUA...",
12
- // "SecretAccessKey" : "/7PC5om....",
13
- // }
10
+ // {
11
+ // "AccessKeyId" : "MUA...",
12
+ // "SecretAccessKey" : "/7PC5om....",
13
+ // }
14
14
//
15
15
// Refreshable credentials will expire within the "ExpiryWindow" of the Expiration
16
16
// 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
+ // }
23
23
//
24
24
// Errors should be returned in the following format and only returned with 400
25
25
// 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
+ // }
30
30
package endpointcreds
31
31
32
32
import (
You can’t perform that action at this time.
0 commit comments