OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
aws-ses
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Sts
/
RegionalEndpoints
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2024 10:55:38 AM
rwxr-xr-x
📄
Configuration.php
977 bytes
08/14/2024 10:55:38 AM
rw-r--r--
📄
ConfigurationInterface.php
446 bytes
08/14/2024 10:55:39 AM
rw-r--r--
📄
ConfigurationProvider.php
7.4 KB
08/14/2024 10:55:39 AM
rw-r--r--
📁
Exception
-
08/14/2024 11:03:10 AM
rwxr-xr-x
Editing: ConfigurationInterface.php
Close
<?php namespace Aws\Sts\RegionalEndpoints; /** * Provides access to STS regional endpoints configuration options: endpoints_type */ interface ConfigurationInterface { /** * Returns the endpoints type * * @return string */ public function getEndpointsType(); /** * Returns the configuration as an associative array * * @return array */ public function toArray(); }