Skip to content

Commit

Permalink
chore: removed unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Mar 26, 2024
1 parent 997127b commit f99265e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class StorageS3Service {
client: AmplifyHttpClient(dependencyManager)
..supportedProtocols = SupportedProtocols.http1,
),
_prefixResolver = prefixResolver,
_pathResolver = pathResolver,
_logger = logger,
// dependencyManager.get() => sigv4.AWSSigV4Signer is used for unit tests
Expand All @@ -106,7 +105,6 @@ class StorageS3Service {
final String _delimiter;
final smithy_aws.S3ClientConfig _defaultS3ClientConfig;
final s3.S3Client _defaultS3Client;
final S3PrefixResolver _prefixResolver;
final S3PathResolver _pathResolver;
final AWSLogger _logger;
final sigv4.AWSSigV4Signer _awsSigV4Signer;
Expand Down

0 comments on commit f99265e

Please sign in to comment.