Skip to content

Commit

Permalink
chore: remove duplicated path resolver declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Apr 10, 2024
1 parent 6e335fa commit f722a0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ class AmplifyStorageS3Dart extends StoragePluginInterface
identityProvider: identityProvider,
);

_pathResolver = S3PathResolver(
identityProvider: identityProvider,
);

final credentialsProvider = authProviderRepo
.getAuthProvider(APIAuthorizationType.iam.authProviderToken);

Expand Down

0 comments on commit f722a0a

Please sign in to comment.