Skip to content

Commit

Permalink
fix: set path of S3Item in download file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Mar 26, 2024
1 parent 163c347 commit b426317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Future<S3DownloadFileResult> _downloadFromUrl({
return S3DownloadFileResult(
downloadedItem: s3PluginOptions != null && s3PluginOptions.getProperties
? downloadedItem
: S3Item(key: downloadedItem.key),
: S3Item(path: downloadedItem.path),
localFile: localFile,
);
}

0 comments on commit b426317

Please sign in to comment.