REDROOM
PHP 7.4.33
Path:
Logout
Edit File
Size: 820 B
Close
/home/godevadmin/www/admin/vendor/aws/Aws/S3/UseArnRegion/Configuration.php
Text
Base64
<?php namespace Aws\S3\UseArnRegion; use Aws; use Aws\S3\UseArnRegion\Exception\ConfigurationException; class Configuration implements ConfigurationInterface { private $useArnRegion; public function __construct($useArnRegion) { $this->useArnRegion = Aws\boolean_value($useArnRegion); if (is_null($this->useArnRegion)) { throw new ConfigurationException("'use_arn_region' config option" . " must be a boolean value."); } } /** * {@inheritdoc} */ public function isUseArnRegion() { return $this->useArnRegion; } /** * {@inheritdoc} */ public function toArray() { return [ 'use_arn_region' => $this->isUseArnRegion(), ]; } }
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:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Configuration.php
820 B
lrwxrwxr-x
2024-06-18 20:10:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ConfigurationInterface.php
386 B
lrwxrwxr-x
2024-06-18 20:10:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ConfigurationProvider.php
6.56 KB
lrwxrwxr-x
2024-06-18 20:10:40
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).