初始化环境文件
This commit is contained in:
2
node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumLocationName.js
generated
vendored
Normal file
2
node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumLocationName.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import { ChecksumAlgorithm } from "./constants";
|
||||
export const getChecksumLocationName = (algorithm) => algorithm === ChecksumAlgorithm.MD5 ? "content-md5" : `x-amz-checksum-${algorithm.toLowerCase()}`;
|
||||
Reference in New Issue
Block a user