/home/techb158/immovalet.com/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints
NameSizeModeActions
Exception/-0755rm
Configuration.php7680644editdlrm
ConfigurationInterface.php4240644editdlrm
ConfigurationProvider.php73190644editdlrm
Edit: /home/techb158/immovalet.com/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Configuration.php (768B)
endpointsType = strtolower($endpointsType); if (!in_array($this->endpointsType, ['legacy', 'regional'])) { throw new \InvalidArgumentException( "Configuration parameter must either be 'legacy' or 'regional'." ); } } /** * {@inheritdoc} */ public function getEndpointsType() { return $this->endpointsType; } /** * {@inheritdoc} */ public function toArray() { return [ 'endpoints_type' => $this->getEndpointsType() ]; } }