UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

9 lines (7 loc) 291 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 export { getProperties } from './getProperties'; export { getUrl } from './getUrl'; export { list } from './list'; export { remove } from './remove'; export { copy } from './copy';