Aws\Sdk::__construct PHP Method

__construct() public method

Constructs a new SDK object with an associative array of default client settings.
See also: 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();
        }
    }