@aws-amplify/storage
Version:
Storage category of aws-amplify
1 lines • 1.64 kB
Source Map (JSON)
{"version":3,"file":"downloadData.mjs","sources":["../../../../src/internals/apis/downloadData.ts"],"sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { downloadData as downloadDataInternal } from '../../providers/s3/apis/internal/downloadData';\n/**\n * @internal\n */\nexport const downloadData = (input) => downloadDataInternal({\n path: input.path,\n options: {\n useAccelerateEndpoint: input?.options?.useAccelerateEndpoint,\n bucket: input?.options?.bucket,\n locationCredentialsProvider: input?.options?.locationCredentialsProvider,\n bytesRange: input?.options?.bytesRange,\n onProgress: input?.options?.onProgress,\n expectedBucketOwner: input?.options?.expectedBucketOwner,\n customEndpoint: input?.options?.customEndpoint,\n },\n // Type casting is necessary because `downloadDataInternal` supports both Gen1 and Gen2 signatures, but here\n // given in input can only be Gen2 signature, the return can only ben Gen2 signature.\n});\n"],"names":["downloadDataInternal"],"mappings":";;AAAA;AACA;AAEA;AACA;AACA;AACY,MAAC,YAAY,GAAG,CAAC,KAAK,KAAKA,cAAoB,CAAC;AAC5D,IAAI,IAAI,EAAE,KAAK,CAAC,IAAI;AACpB,IAAI,OAAO,EAAE;AACb,QAAQ,qBAAqB,EAAE,KAAK,EAAE,OAAO,EAAE,qBAAqB;AACpE,QAAQ,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM;AACtC,QAAQ,2BAA2B,EAAE,KAAK,EAAE,OAAO,EAAE,2BAA2B;AAChF,QAAQ,UAAU,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU;AAC9C,QAAQ,UAAU,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU;AAC9C,QAAQ,mBAAmB,EAAE,KAAK,EAAE,OAAO,EAAE,mBAAmB;AAChE,QAAQ,cAAc,EAAE,KAAK,EAAE,OAAO,EAAE,cAAc;AACtD,KAAK;AACL;AACA;AACA,CAAC;;;;"}