We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6780fde commit a8bbb1bCopy full SHA for a8bbb1b
sdk/aws-endpoint/src/partition/mod.rs
@@ -110,6 +110,7 @@ impl Builder {
110
/// Returns `None` if:
111
/// - DefaultEndpoint is not set
112
/// - DefaultEndpoint has an empty list of supported signature versions
113
+ /// - RegionRegex is not set
114
pub fn build(self) -> Option<Partition> {
115
let default_endpoint = self.default_endpoint?;
116
let endpoints = self.endpoints.into_iter().collect();
0 commit comments