Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/scality/cloudserver
/ createRequest
Function
createRequest
tests/unit/routes/veeam-utils.js:152–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
};
151
152
const
createRequest = objectKey => ({
153
bucketName:
'test-bucket'
,
154
objectKey,
155
headers: { host:
'test-bucket.s3.amazonaws.com'
},
156
});
157
158
beforeEach(() => {
159
log =
new
DummyRequestLogger();
Callers
1
veeam-utils.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected