service ()

The service ID to use in the signature.

Access

protected

Returns

Type

Description

return

The service ID.

Source

Method defined in authentication/signature_v4json.class.php | Toggle source view (5 lines) | View on GitHub

protected function service()
{
    $pieces = explode('.', $this->endpoint);
    return $pieces[0];
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback