UEA-Prodem
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
export { NODE_USE_ARN_REGION_CONFIG_OPTIONS } from "@aws-sdk/middleware-sdk-s3/s3";
|
||||
export function resolveS3ControlConfig(input) {
|
||||
const { useArnRegion } = input;
|
||||
return Object.assign(input, {
|
||||
useArnRegion: typeof useArnRegion === "function" ? useArnRegion : () => Promise.resolve(useArnRegion),
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user