(mut self, enabled: bool)
| 169 | } |
| 170 | |
| 171 | pub fn force_path_style(mut self, enabled: bool) -> Self { |
| 172 | self.force_path_style = enabled; |
| 173 | self |
| 174 | } |
| 175 | |
| 176 | pub fn request_timeout(mut self, timeout: Duration) -> Self { |
| 177 | self.request_timeout = Some(timeout); |
no outgoing calls