MCPcopy Create free account
hub / github.com/zebbern/claude-code-guide / BucketConfig

Interface BucketConfig

skills/r2-upload/src/index.ts:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22import { randomUUID } from 'crypto';
23
24interface BucketConfig {
25 endpoint: string;
26 access_key_id: string;
27 secret_access_key: string;
28 bucket_name: string;
29 region?: string;
30 public_url?: string;
31}
32
33interface Config {
34 default?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected