(root)/lib/aws-sdk/src/ConfigurationProviderInterface.php – Rev 1
|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws;
|
|
|
3 |
|
|
|
4 |
interface ConfigurationProviderInterface
|
|
|
5 |
{
|
|
|
6 |
/**
|
|
|
7 |
* Create a default config provider
|
|
|
8 |
*
|
|
|
9 |
* @param array $config
|
|
|
10 |
* @return callable
|
|
|
11 |
*/
|
|
|
12 |
public static function defaultProvider(array $config = []);
|
|
|
13 |
}
|