REDROOM
PHP 7.4.33
Path:
Logout
Edit File
Size: 893 B
Close
/home/godevadmin/www/admin/vendor/aws/Aws/Endpoint/UseFipsEndpoint/Configuration.php
Text
Base64
<?php namespace Aws\Endpoint\UseFipsEndpoint; use Aws; use Aws\ClientResolver; use Aws\Endpoint\UseFipsEndpoint\Exception\ConfigurationException; class Configuration implements ConfigurationInterface { private $useFipsEndpoint; public function __construct($useFipsEndpoint) { $this->useFipsEndpoint = Aws\boolean_value($useFipsEndpoint); if (is_null($this->useFipsEndpoint)) { throw new ConfigurationException("'use_fips_endpoint' config option" . " must be a boolean value."); } } /** * {@inheritdoc} */ public function isUseFipsEndpoint() { return $this->useFipsEndpoint; } /** * {@inheritdoc} */ public function toArray() { return [ 'use_fips_endpoint' => $this->isUseFipsEndpoint(), ]; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Exception
DIR
-
drwxrwxr-x
2024-06-18 20:10:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Configuration.php
893 B
lrwxrwxr-x
2024-06-18 20:10:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ConfigurationInterface.php
373 B
lrwxrwxr-x
2024-06-18 20:10:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ConfigurationProvider.php
6.90 KB
lrwxrwxr-x
2024-06-18 20:10:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).