UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

15 lines (13 loc) 499 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Entry point for Node.js-specific S3 client utilities // This behavior is not guaranteed in v5. export { SEND_DOWNLOAD_PROGRESS_EVENT, SEND_UPLOAD_PROGRESS_EVENT, CANCELED_ERROR_MESSAGE, CONTENT_SHA256_HEADER, } from './constants'; export { s3TransferHandler } from './s3TransferHandler/fetch'; export { parser } from './xmlParser/pureJs'; export { toBase64 } from './index.native';