Skip to content

Commit

Permalink
updated variable names to match
Browse files Browse the repository at this point in the history
  • Loading branch information
ekjotmultani committed Nov 8, 2024
1 parent ad3fd31 commit 1293b41
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,14 +257,14 @@ class AmplifyStorageS3Dart extends StoragePluginInterface
pluginOptions: options?.pluginOptions,
defaultPluginOptions: const S3DownloadFilePluginOptions(),
);
final options = StorageDownloadFileOptions(
options = StorageDownloadFileOptions(
pluginOptions: s3PluginOptions,
bucket: options?.bucket,
);
return download_file_impl.downloadFile(
path: path,
localFile: localFile,
options: s3options,
options: options,
storageOutputs: storageOutputs,
storageS3Service: storageS3Service,
appPathProvider: _appPathProvider,
Expand Down

0 comments on commit 1293b41

Please sign in to comment.