| 1 | const Common = require('../common'); |
| 2 | const { KmsType, KmsProtocol, getKeyIdFromArn, makeBackend } = require('arsenal/build/lib/network/KMSInterface'); |
| 3 | |
| 4 | const kmsBackend = makeBackend(KmsType.internal, KmsProtocol.file, 'scality'); |
nothing calls this directly
no test coverage detected