/home/techb158/ileadtechnology.com/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint
NameSizeModeActions
Exception/-0755rm
Configuration.php9330644editdlrm
ConfigurationInterface.php4210644editdlrm
ConfigurationProvider.php72210644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/Configuration.php (933B)
endpointsType = strtolower($endpointsType); $this->isFallback = $isFallback; 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() ]; } public function isFallback() { return $this->isFallback; } }