Skip to content

Commit

Permalink
Update packages/storage/amplify_storage_s3_dart/lib/src/amplify_stora…
Browse files Browse the repository at this point in the history
…ge_s3_dart_impl.dart

Co-authored-by: NikaHsn <[email protected]>
  • Loading branch information
ekjotmultani and NikaHsn authored Nov 8, 2024
1 parent d63212f commit ad3fd31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class AmplifyStorageS3Dart extends StoragePluginInterface
pluginOptions: options?.pluginOptions,
defaultPluginOptions: const S3DownloadFilePluginOptions(),
);
final s3options = StorageDownloadFileOptions(
final options = StorageDownloadFileOptions(
pluginOptions: s3PluginOptions,
bucket: options?.bucket,
);
Expand Down

0 comments on commit ad3fd31

Please sign in to comment.