CreateBucketConfiguration.fromXml constructor
CreateBucketConfiguration.fromXml(
- XmlElement xml
Implementation
CreateBucketConfiguration.fromXml(XmlElement xml) {
locationConstraint = getProp(xml, 'LocationConstraint')?.innerText;
}