Skip to content

Commit

Permalink
fixed missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
Equartey committed Oct 25, 2024
1 parent 7b5fba1 commit caa0daf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ class AmplifyStorageS3Dart extends StoragePluginInterface
final s3Options = StorageUploadFileOptions(
metadata: options?.metadata ?? const {},
pluginOptions: s3PluginOptions,
bucket: options?.bucket,
);

final uploadTask = storageS3Service.uploadFile(
Expand Down

0 comments on commit caa0daf

Please sign in to comment.