MCPcopy Index your code
hub / github.com/AI45Lab/Code / force_path_style

Method force_path_style

core/src/workspace/s3.rs:171–174  ·  view source on GitHub ↗
(mut self, enabled: bool)

Source from the content-addressed store, hash-verified

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);

Callers 5

newMethod · 0.80
live_configFunction · 0.80
to_coreMethod · 0.80
s3_config_to_coreFunction · 0.80

Calls

no outgoing calls

Tested by 2

live_configFunction · 0.64