UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

5 lines (4 loc) 877 B
export { DownloadTask, TransferProgressEvent, TransferTaskState, UploadTask, } from './common'; export { StorageGetPropertiesInputWithKey, StorageGetPropertiesInputWithPath, StorageListInputWithPrefix, StorageListInputWithPath, StorageRemoveInputWithPath, StorageRemoveInputWithKey, StorageDownloadDataInputWithKey, StorageDownloadDataInputWithPath, StorageUploadDataInputWithKey, StorageUploadDataInputWithPath, StorageCopyInputWithKey, StorageCopyInputWithPath, StorageGetUrlInputWithKey, StorageGetUrlInputWithPath, StorageUploadDataPayload, } from './inputs'; export { StorageOptions, StorageRemoveOptions, StorageListAllOptions, StorageListPaginateOptions, StorageSubpathStrategy, } from './options'; export { StorageItem, StorageItemWithKey, StorageItemWithPath, StorageListOutput, StorageDownloadDataOutput, StorageGetUrlOutput, StorageUploadOutput, } from './outputs';