OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
aws-ses
/
vendor
/
aws
/
aws-sdk-php
/
src
/
S3
/
RegionalEndpoint
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2024 10:55:34 AM
rwxr-xr-x
📄
Configuration.php
975 bytes
08/14/2024 10:55:34 AM
rw-r--r--
📄
ConfigurationInterface.php
443 bytes
08/14/2024 10:55:34 AM
rw-r--r--
📄
ConfigurationProvider.php
7.24 KB
08/14/2024 10:55:34 AM
rw-r--r--
📁
Exception
-
08/14/2024 11:03:10 AM
rwxr-xr-x
Editing: ConfigurationInterface.php
Close
<?php namespace Aws\S3\RegionalEndpoint; /** * Provides access to S3 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(); }