| 230 | // S3Options implementation |
| 231 | |
| 232 | S3Options::S3Options() { |
| 233 | DCHECK(IsS3Initialized()) << "Must initialize S3 before using S3Options"; |
| 234 | } |
| 235 | |
| 236 | void S3Options::ConfigureDefaultCredentials() { |
| 237 | credentials_provider = |
nothing calls this directly
no test coverage detected