Skip to content

Commit

Permalink
misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashika112 committed Mar 5, 2024
1 parent fbf1297 commit bb9d156
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/storage/src/providers/s3/apis/downloadData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,7 @@ export const downloadData: DownloadData = <Output extends DownloadDataOutput>(
};

const downloadDataJob =
<DownloadDataInput extends DownloadDataInputPath | DownloadDataInputKey>(
downloadDataInput: DownloadDataInput,
abortSignal: AbortSignal,
) =>
(downloadDataInput: DownloadDataInput, abortSignal: AbortSignal) =>
async (): Promise<
StorageDownloadDataOutput<StorageItemKey | StorageItemPath>

Check warning on line 111 in packages/storage/src/providers/s3/apis/downloadData.ts

View workflow job for this annotation

GitHub Actions / unit-tests / Unit Test - @aws-amplify/storage

Deprecated: Use {@link StorageItemPath} instead
> => {
Expand Down

0 comments on commit bb9d156

Please sign in to comment.