Aws\S3\S3MultiRegionClient::getRegionalizedCommand PHP Method

getRegionalizedCommand() private method

private getRegionalizedCommand ( Aws\CommandInterface $command, $region )
$command Aws\CommandInterface
    private function getRegionalizedCommand(CommandInterface $command, $region)
    {
        return $this->getClientFromPool($region)->getCommand($command->getName(), $command->toArray());
    }