????
Current Path : /home/thenclexdoctor.com/.trash/vendor/aws/aws-sdk-php/src/Signature/ |
Current File : /home/thenclexdoctor.com/.trash/vendor/aws/aws-sdk-php/src/Signature/AnonymousSignature.php |
<?php namespace Aws\Signature; use Aws\Credentials\CredentialsInterface; use Psr\Http\Message\RequestInterface; /** * Provides anonymous client access (does not sign requests). */ class AnonymousSignature implements SignatureInterface { /** * /** {@inheritdoc} */ public function signRequest( RequestInterface $request, CredentialsInterface $credentials ) { return $request; } /** * /** {@inheritdoc} */ public function presign( RequestInterface $request, CredentialsInterface $credentials, $expires, array $options = [] ) { return $request; } }
Sorry, this page is not available...