(ctx context.Context)
| 187 | } |
| 188 | |
| 189 | func (c *Client) Close(ctx context.Context) error { |
| 190 | return c.writer.Close(ctx) |
| 191 | } |
| 192 | |
| 193 | func credentialsCacheOptionsFunc(options *aws.CredentialsCacheOptions) { |
| 194 | // ExpiryWindow will allow the credentials to trigger refreshing prior to |