| 277 | } |
| 278 | |
| 279 | std::string S3Options::GetSecretKey() const { |
| 280 | auto credentials = credentials_provider->GetAWSCredentials(); |
| 281 | return std::string(FromAwsString(credentials.GetAWSSecretKey())); |
| 282 | } |
| 283 | |
| 284 | std::string S3Options::GetSessionToken() const { |
| 285 | auto credentials = credentials_provider->GetAWSCredentials(); |