package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: May 21, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func UpdateCredentialsFile(creds *Creds)
type CacheFile struct {
StartUrl string `json:startUrl`
Region string `json:region`
AccessToken string `json:accessToken`
ExpiresAt string `json:expiresAt`
Expiration time.Time
}
type Creds struct {
AccessKeyId string `json:accessKeyId`
SecretAccessKey string `json:secretAccessKey`
SessionToken string `json:sessionToken`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.