MCPcopy
hub / github.com/microfeed/microfeed / setupPublicBucket

Method setupPublicBucket

ops/init_r2.js:64–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 async setupPublicBucket() {
65 const bucket = this.v.get('R2_PUBLIC_BUCKET');
66 await this._setupBucket(bucket);
67 await this._setupCorsRules();
68 }
69}
70
71(async () => {

Callers 1

init_r2.jsFile · 0.80

Calls 3

_setupBucketMethod · 0.95
_setupCorsRulesMethod · 0.95
getMethod · 0.80

Tested by

no test coverage detected