@aws-amplify/storage
Version:
Storage category of aws-amplify
1 lines • 815 B
Source Map (JSON)
{"version":3,"file":"copy.mjs","sources":["../../../../../src/providers/s3/apis/copy.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 { copy as copyInternal } from './internal/copy';\n// Overload signatures above are the public contract; the impl is intentionally untyped and shape is enforced by resolveCtxArgs.\nexport function copy(...args) {\n const [ctx, input] = resolveCtxArgs(args);\n return copyInternal(ctx, input);\n}\n"],"names":["copyInternal"],"mappings":";;;AAAA;AACA;AAGA;AACO,SAAS,IAAI,CAAC,GAAG,IAAI,EAAE;AAC9B,IAAI,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,cAAc,CAAC,IAAI,CAAC;AAC7C,IAAI,OAAOA,MAAY,CAAC,GAAG,EAAE,KAAK,CAAC;AACnC;;;;"}