Skip to content

Commit 74180bc

Browse files
authored
chore: update max region size (#481)
1 parent 26a0186 commit 74180bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AWSClientRuntime/Sources/Regions/BundleRegionProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public struct BundleRegionProvider: RegionProvider {
1111
private let logger: SwiftLogger
1212
private let bundle: Bundle
1313
private let regionKey: String
14-
private let maxSizeRegion = 20
14+
private let maxSizeRegion = 38
1515

1616
public init(bundle: Bundle = Bundle.main, regionKey: String = "AWS_REGION") {
1717
self.logger = SwiftLogger(label: "BundleRegionProvider")

0 commit comments

Comments
 (0)