| 282 | } |
| 283 | |
| 284 | std::string S3Options::GetSessionToken() const { |
| 285 | auto credentials = credentials_provider->GetAWSCredentials(); |
| 286 | return std::string(FromAwsString(credentials.GetSessionToken())); |
| 287 | } |
| 288 | |
| 289 | S3Options S3Options::Defaults() { |
| 290 | S3Options options; |