Skip to content

Commit

Permalink
Delete bundle region provider. (#1290)
Browse files Browse the repository at this point in the history
Co-authored-by: Sichan Yoo <[email protected]>
  • Loading branch information
sichanyoo and Sichan Yoo authored Jan 12, 2024
1 parent 7e35fb0 commit f05c7ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
46 changes: 0 additions & 46 deletions Sources/Core/AWSClientRuntime/Regions/BundleRegionProvider.swift

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public struct DefaultRegionResolver: RegionResolver {

public init(fileBasedConfigurationProvider: @escaping FileBasedConfigurationProviding) throws {
self.providers = [
BundleRegionProvider(),
EnvironmentRegionProvider(),
ProfileRegionProvider(fileBasedConfigurationProvider: fileBasedConfigurationProvider),
try IMDSRegionProvider()
Expand Down

0 comments on commit f05c7ef

Please sign in to comment.