OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
aws-ses
/
vendor
/
aws
/
aws-sdk-php
/
src
/
S3
/
RegionalEndpoint
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:20 AM
rwxr-xr-x
📄
Configuration.php
975 bytes
05/19/2025 10:07:20 AM
rw-r--r--
📄
ConfigurationInterface.php
443 bytes
05/19/2025 10:07:20 AM
rw-r--r--
📄
ConfigurationProvider.php
7.24 KB
05/19/2025 10:07:20 AM
rw-r--r--
📁
Exception
-
05/19/2025 10:07:20 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(); }