MCPcopy
hub / github.com/scality/cloudserver / backend.js

File backend.js

lib/kms/file/backend.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const Common = require('../common');
2const { KmsType, KmsProtocol, getKeyIdFromArn, makeBackend } = require('arsenal/build/lib/network/KMSInterface');
3
4const kmsBackend = makeBackend(KmsType.internal, KmsProtocol.file, 'scality');

Callers

nothing calls this directly

Calls 3

createDataKeyMethod · 0.80
createCipherMethod · 0.80
createDecipherMethod · 0.80

Tested by

no test coverage detected