Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
},
forcePathStyle: {
defaultValue: false
},
useAccelerateEndpoint: {
defaultValue: false
},
useDualstackEndpoint: {
defaultValue: false
},
disableBodySigning: {
defaultProvider: (configuration: { sslEnabled: boolean }) =>
configuration.sslEnabled
},
streamHasher: {
defaultValue: __aws_sdk_hash_stream_node.calculateSha256
},
md5: {
defaultValue: __aws_sdk_hash_node.Hash.bind(null, "md5")
}
};