@aws-amplify/storage
Version:
Storage category of aws-amplify
1 lines • 831 B
Source Map (JSON)
{"version":3,"file":"getUrl.mjs","sources":["../../../../../src/providers/s3/apis/getUrl.ts"],"sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { resolveCtxArgs } from '@aws-amplify/core/internals/utils';\nimport { getUrl as getUrlInternal } from './internal/getUrl';\n// Overload signatures above are the public contract; the impl is intentionally untyped and shape is enforced by resolveCtxArgs.\nexport function getUrl(...args) {\n const [ctx, input] = resolveCtxArgs(args);\n return getUrlInternal(ctx, input);\n}\n"],"names":["getUrlInternal"],"mappings":";;;AAAA;AACA;AAGA;AACO,SAAS,MAAM,CAAC,GAAG,IAAI,EAAE;AAChC,IAAI,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,cAAc,CAAC,IAAI,CAAC;AAC7C,IAAI,OAAOA,QAAc,CAAC,GAAG,EAAE,KAAK,CAAC;AACrC;;;;"}