UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

17 lines (14 loc) 556 B
import { getAmplifyServerContext } from '@aws-amplify/core/internals/adapter-core'; import { remove as remove$1 } from '../internal/remove.mjs'; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 function remove(contextSpec, input) { if ('key' in input) { return remove$1(getAmplifyServerContext(contextSpec).amplify, input); } else { return remove$1(getAmplifyServerContext(contextSpec).amplify, input); } } export { remove }; //# sourceMappingURL=remove.mjs.map