OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
email
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Endpoint
/
UseFipsEndpoint
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/10/2024 05:27:00 AM
rwxr-xr-x
📄
Configuration.php
868 bytes
07/10/2024 05:27:01 AM
rw-r--r--
📄
ConfigurationInterface.php
373 bytes
07/10/2024 05:27:01 AM
rw-r--r--
📄
ConfigurationProvider.php
6.92 KB
07/10/2024 05:27:01 AM
rw-r--r--
📁
Exception
-
07/10/2024 05:37:40 AM
rwxr-xr-x
Editing: ConfigurationInterface.php
Close
<?php namespace Aws\Endpoint\UseFipsEndpoint; interface ConfigurationInterface { /** * Returns whether or not to use a FIPS endpoint * * @return bool */ public function isUseFipsEndpoint(); /** * Returns the configuration as an associative array * * @return array */ public function toArray(); }