Aws\Sdk::__construct PHP Метод

__construct() публичный Метод

Constructs a new SDK object with an associative array of default client settings.
См. также: Aws\AwsClient::__construct for a list of available options.
public __construct ( array $args = [] )
$args array
    public function __construct(array $args = [])
    {
        $this->args = $args;
        if (!isset($args['handler']) && !isset($args['http_handler'])) {
            $this->args['http_handler'] = default_http_handler();
        }
    }