OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
Xpress_backup
/
vendor
/
aws
/
aws-sdk-php
/
src
/
S3
/
UseArnRegion
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:18 AM
rwxr-xr-x
📄
Configuration.php
820 bytes
05/19/2025 10:07:18 AM
rw-r--r--
📄
ConfigurationInterface.php
386 bytes
05/19/2025 10:07:18 AM
rw-r--r--
📄
ConfigurationProvider.php
6.59 KB
05/19/2025 10:07:18 AM
rw-r--r--
📁
Exception
-
05/19/2025 10:07:18 AM
rwxr-xr-x
Editing: ConfigurationInterface.php
Close
<?php namespace Aws\S3\UseArnRegion; interface ConfigurationInterface { /** * Returns whether or not to use the ARN region if it differs from client * * @return bool */ public function isUseArnRegion(); /** * Returns the configuration as an associative array * * @return array */ public function toArray(); }