初始化环境文件
This commit is contained in:
2
node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksum.js
generated
vendored
Normal file
2
node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksum.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import { stringHasher } from "./stringHasher";
|
||||
export const getChecksum = async (body, { checksumAlgorithmFn, base64Encoder }) => base64Encoder(await stringHasher(checksumAlgorithmFn, body));
|
||||
Reference in New Issue
Block a user