Skip to content

Commit

Permalink
Update S3ExpressIdentityProvider.php (aws#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRemis authored Nov 28, 2023
1 parent d866bc3 commit b1b5e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Identity/S3/S3ExpressIdentityProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class S3ExpressIdentityProvider

private $cache;
private $s3Client;
public function __construct(string $clientRegion, array $config = [])
public function __construct($clientRegion, array $config = [])
{
$this->cache = new LruArrayCache(100);
$this->s3Client = isset($config['client'])
Expand Down

0 comments on commit b1b5e50

Please sign in to comment.