new appraoch
This commit is contained in:
13
pancake/system/vendor/aws/aws-sdk-php/src/ConfigurationProviderInterface.php
vendored
Executable file
13
pancake/system/vendor/aws/aws-sdk-php/src/ConfigurationProviderInterface.php
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace Aws;
|
||||
|
||||
interface ConfigurationProviderInterface
|
||||
{
|
||||
/**
|
||||
* Create a default config provider
|
||||
*
|
||||
* @param array $config
|
||||
* @return callable
|
||||
*/
|
||||
public static function defaultProvider(array $config = []);
|
||||
}
|
||||
Reference in New Issue
Block a user