REDROOM
PHP 7.4.33
Path:
Logout
Edit File
Size: 803 B
Close
/home/godevadmin/www/admin/vendor/aws/Aws/Sts/RegionalEndpoints/Configuration.php
Text
Base64
<?php namespace Aws\Sts\RegionalEndpoints; class Configuration implements ConfigurationInterface { private $endpointsType; public function __construct($endpointsType) { $this->endpointsType = strtolower($endpointsType); if (!in_array($this->endpointsType, ['legacy', 'regional'])) { throw new \InvalidArgumentException( "Configuration parameter must either be 'legacy' or 'regional'." ); } } /** * {@inheritdoc} */ public function getEndpointsType() { return $this->endpointsType; } /** * {@inheritdoc} */ public function toArray() { return [ 'endpoints_type' => $this->getEndpointsType() ]; } }
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:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Configuration.php
803 B
lrwxrwxr-x
2024-06-18 20:10:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ConfigurationInterface.php
446 B
lrwxrwxr-x
2024-06-18 20:10:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ConfigurationProvider.php
7.37 KB
lrwxrwxr-x
2024-06-18 20:10:46
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).