Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.80
Calls
3
_setupBucket
Method · 0.95
_setupCorsRules
Method · 0.95
get
Method · 0.80
Tested by
no test coverage detected