{"version":3,"file":"remove.mjs","sources":["../../../../src/internals/apis/remove.ts"],"sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { getGlobalContext, isAmplifyContext, } from '@aws-amplify/core';\nimport { remove as removeInternal } from '../../providers/s3/apis/internal/remove';\nexport function remove(ctxOrInput, maybeInput) {\n    // Resolve the optional leading context. The global context is resolved at\n    // CALL time (never cached) so single-arg callers follow live configuration.\n    const [ctx, input] = isAmplifyContext(ctxOrInput)\n        ? [ctxOrInput, maybeInput]\n        : [getGlobalContext(), ctxOrInput];\n    return removeInternal(ctx, {\n        path: input.path,\n        options: {\n            useAccelerateEndpoint: input?.options?.useAccelerateEndpoint,\n            bucket: input?.options?.bucket,\n            expectedBucketOwner: input?.options?.expectedBucketOwner,\n            locationCredentialsProvider: input?.options?.locationCredentialsProvider,\n            customEndpoint: input?.options?.customEndpoint,\n            onProgress: input?.options?.onProgress,\n        },\n    });\n}\n"],"names":["removeInternal"],"mappings":";;;AAAA;AACA;AAGO,SAAS,MAAM,CAAC,UAAU,EAAE,UAAU,EAAE;AAC/C;AACA;AACA,IAAI,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,gBAAgB,CAAC,UAAU;AACpD,UAAU,CAAC,UAAU,EAAE,UAAU;AACjC,UAAU,CAAC,gBAAgB,EAAE,EAAE,UAAU,CAAC;AAC1C,IAAI,OAAOA,QAAc,CAAC,GAAG,EAAE;AAC/B,QAAQ,IAAI,EAAE,KAAK,CAAC,IAAI;AACxB,QAAQ,OAAO,EAAE;AACjB,YAAY,qBAAqB,EAAE,KAAK,EAAE,OAAO,EAAE,qBAAqB;AACxE,YAAY,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM;AAC1C,YAAY,mBAAmB,EAAE,KAAK,EAAE,OAAO,EAAE,mBAAmB;AACpE,YAAY,2BAA2B,EAAE,KAAK,EAAE,OAAO,EAAE,2BAA2B;AACpF,YAAY,cAAc,EAAE,KAAK,EAAE,OAAO,EAAE,cAAc;AAC1D,YAAY,UAAU,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU;AAClD,SAAS;AACT,KAAK,CAAC;AACN;;;;"}