MCPcopy Create free account
hub / github.com/AI45Lab/Code / make_backend

Function make_backend

core/src/workspace/s3.rs:1486–1489  ·  view source on GitHub ↗
(prefix: &str)

Source from the content-addressed store, hash-verified

1484 }
1485
1486 fn make_backend(prefix: &str) -> S3WorkspaceBackend {
1487 let cfg = S3BackendConfig::new("bucket", prefix, "AK", "SK");
1488 S3WorkspaceBackend::new(cfg)
1489 }
1490}

Calls

no outgoing calls