PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
aws
/
aws-sdk-php
/
src
/
S3
/
UseArnRegion
<?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(); }
[+]
..
[+]
Exception
[-] ConfigurationInterface.php
[edit]
[-] ConfigurationProvider.php
[edit]
[-] Configuration.php
[edit]